TIP: You can type at any time to perform a new search.
POS No Cash Bank Statement
pos_no_cash_bank_statement · OCA/pos
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_statementBooleanhelp='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_idMany2onedomain=[('type', 'in', ('bank', 'cash'))]string='Bank/Cash Journal' -
journal_type_domainCharcompute='_compute_journal_type_domain'
-
is_cash_count_change(self)@api.onchange('is_cash_count')
New fields (0)
No new fields.
Public methods (0)No public methods.