POS No Cash Bank Statement

pos_no_cash_bank_statement
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/14.0/pos_no_cash_bank_statement
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales/Point of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, oca-travis, Weblate, OCA-git-bot, François Honoré, Jose Zambudio
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_payment_method_view_form pos.payment.method field Inherits point_of_sale.pos_payment_method_view_form
Models touched (2)

New fields (3)
  • bank_statement Boolean
    help='By default, Odoo will generate a cash register/bank statement upon POS session closing only for cash payment methods. If you enable this option for a non-cash payment method, Odoo will generate a bank statement upon session closing, which will generate accounting entries in the bank journal, which will be automatically reconciled with the sale journal entry.' string='Generate Bank Statement'
  • cash_journal_id Many2one
    domain=[('type', 'in', ('bank', 'cash'))] string='Bank/Cash Journal'
  • journal_type_domain Char
    compute='_compute_journal_type_domain'
Public methods (1)
  • is_cash_count_change(self)
    @api.onchange('is_cash_count')

New fields (0)

No new fields.

Public methods (0)

No public methods.