TIP: You can type at any time to perform a new search.
Account Payment Mode Auto Reconcile
account_payment_mode_auto_reconcile · OCA/account-reconcile
- Repository
- OCA/account-reconcile · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Banking addons
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-payment
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Akim Juillerat, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_mode_form_inherit |
account.payment.mode.form.inherit | account.payment.mode | form | Inherits account_payment_mode.account_payment_mode_form |
invoice_form_inherit |
account_payment_partner.invoice_form.inherit | account.invoice | form | Inherits account_payment_partner.invoice_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
display_payment_mode_warningBooleancompute='_compute_payment_mode_warning' -
payment_mode_idMany2onestates={'draft': [('readonly', False)], 'open': [('readonly', False)]} -
payment_mode_warningCharcompute='_compute_payment_mode_warning'
-
auto_reconcile_credits(self, partial_allowed=True)@api.multi -
auto_unreconcile_credits(self)@api.multi -
invoice_validate(self)@api.multi -
write(self, vals)@api.multi
New fields (1)
-
payment_mode_auto_reconcileBoolean
-
create(self, vals)@api.model
New fields (3)
-
auto_reconcile_allow_partialBooleandefault=Truehelp='Allows automatic partial reconciliation of outstanding credits'string='Allow partial' -
auto_reconcile_outstanding_creditsBooleanhelp='Reconcile automatically outstanding credits when an invoice using this payment mode is validated, or when this payment mode is defined on an open invoice.'string='Auto reconcile' -
auto_reconcile_same_journalBooleandefault=Falsehelp='Only reconcile payment in the same journal than the invoice'string='Only same journal'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 1259 days ago
- Last activity
- 666 days ago
- Repository
- OCA/account-reconcile
- Pull request
- [16.0][MIG] account_payment_mode_auto_reconcile: Migrate to version 16.0 (#537)