Repository
OCA/pos · module folder · Try on Runboat
Module version
1.1.0
Category
Sales/Point of Sale
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 07:47:37
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, François Honoré, Weblate, OCA-git-bot, oca-travis, Jose Zambudio
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_payment_method_view_form pos.payment.method form Inherits point_of_sale.pos_payment_method_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.