| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/18.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to pay existing customer invoices/refunds or vendor bills/refunds |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_dashboard_kanban_view |
account.journal.dashboard.kanban | account.journal | xpath | Inherits account.account_journal_dashboard_kanban_view |
view_cash_pay_invoice_form |
cash.pay.invoice.form | cash.pay.invoice | form | New |
invoice_id
Many2one → account.move
comodel_name='account.move'
index=True
readonly=True
string='Invoice'
No public methods.
amount
Monetary
compute='_compute_amount'
readonly=False
store=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_domain
Binary
compute='_compute_invoice_domain'
invoice_id
Many2one → account.move
check_company=True
comodel_name='account.move'
compute='_compute_invoice_id'
readonly=False
required=True
store=True
string='Invoice'
invoice_type
Selection
journal_id
Many2one → account.journal
check_company=True
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journal'
name
Char
readonly=True
related='invoice_id.name'
action_pay_invoice(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/16.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Carlos Lopez, Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 15:04:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_dashboard_kanban_view |
account.journal.dashboard.kanban | account.journal | xpath | Inherits account.account_journal_dashboard_kanban_view |
view_cash_pay_invoice_form |
cash.pay.invoice.form | cash.pay.invoice | form | New |
invoice_id
Many2one → account.move
comodel_name='account.move'
index=True
readonly=True
string='Invoice'
No public methods.
amount
Monetary
compute='_compute_amount'
readonly=False
store=True
company_id
Many2one → res.company
comodel_name='res.company'
compute='_compute_company_id'
currency_id
Many2one → res.currency
comodel_name='res.currency'
compute='_compute_currency_id'
invoice_domain
Binary
compute='_compute_invoice_domain'
invoice_id
Many2one → account.move
comodel_name='account.move'
compute='_compute_invoice_id'
readonly=False
required=True
store=True
string='Invoice'
invoice_type
Selection
journal_id
Many2one → account.journal
comodel_name='account.journal'
domain="[('type', 'in', ['bank', 'cash'])]"
required=True
string='Journal'
name
Char
readonly=True
related='invoice_id.name'
action_pay_invoice(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/14.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Cédric Pigeon, OCA Transbot, oca-travis, Weblate, OCA-git-bot, François Honoré, Olga Marco |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cash_invoice_in_form |
cash_invoice_in_form | cash.invoice.in | form | New |
cash_invoice_out_form |
cash_invoice_out_form | cash.invoice.out | form | New |
No new fields.
Public methods (1)button_post(self)
invoice_id
Many2one → account.move
comodel_name='account.move'
index=True
readonly=True
string='Invoice'
No public methods.
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.move
comodel_name='account.move'
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
readonly=True
related='invoice_id.name'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.move
comodel_name='account.move'
domain=[('payment_state', 'in', ['not_paid', 'partial'])]
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
related='invoice_id.name'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/13.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, oca-travis, Weblate, OCA-git-bot, François Honoré |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cash_invoice_in_form |
cash_invoice_in_form | cash.invoice.in | form | New |
cash_invoice_out_form |
cash_invoice_out_form | cash.invoice.out | form | New |
invoice_id
Many2one → account.move
comodel_name='account.move'
readonly=True
string='Invoice'
fast_counterpart_creation(self)
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.move
comodel_name='account.move'
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
readonly=True
related='invoice_id.name'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.move
comodel_name='account.move'
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
related='invoice_id.name'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/12.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cash_invoice_in_form |
cash_invoice_in_form | cash.invoice.in | form | New |
cash_invoice_out_form |
cash_invoice_out_form | cash.invoice.out | form | New |
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
readonly=True
string='Invoice'
fast_counterpart_creation(self)
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
currency_id
Many2one → res.currency
comodel_name='res.currency'
default=<expr>
readonly=True
required=True
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
required=True
string='Invoice'
journal_count
Integer
default=<expr>
readonly=True
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=<expr>
required=True
string='Journal'
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=<expr>
readonly=True
required=True
string='Journals'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-payment |
| GIT | |
| GIT | https://github.com/OCA/account-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-payment/tree/11.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, oca-travis, C2i Change 2 improve |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account_invoicing - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cash_invoice_in_form |
cash_invoice_in_form | cash.invoice.in | form | New |
cash_invoice_out_form |
cash_invoice_out_form | cash.invoice.out | form | New |
invoice_id
Many2one → account.invoice
readonly=True
string='Invoice'
args: 'account.invoice'
fast_counterpart_creation(self)
company_id
Many2one → res.company
default=_default_company
readonly=True
required=True
args: 'res.company'
currency_id
Many2one → res.currency
default=_default_currency
readonly=True
required=True
args: 'res.currency'
invoice_id
Many2one → account.invoice
required=True
string='Invoice'
args: 'account.invoice'
journal_count
Integer
default=_default_journal_count
readonly=True
journal_id
Many2one → account.journal
default=_default_journal
required=True
args: 'account.journal'
journal_ids
Many2many → account.journal
default=_default_journals
readonly=True
required=True
args: 'account.journal'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
company_id
Many2one → res.company
default=_default_company
readonly=True
required=True
args: 'res.company'
currency_id
Many2one → res.currency
default=_default_currency
readonly=True
required=True
args: 'res.currency'
invoice_id
Many2one → account.invoice
required=True
string='Invoice'
args: 'account.invoice'
journal_count
Integer
default=_default_journal_count
readonly=True
journal_id
Many2one → account.journal
default=_default_journal
required=True
args: 'account.journal'
journal_ids
Many2many → account.journal
default=_default_journals
readonly=True
required=True
args: 'account.journal'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/10.0/account_cash_invoice |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Account |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cash_invoice_in_form |
cash_invoice_in_form | cash.invoice.in | form | New |
cash_invoice_out_form |
cash_invoice_out_form | cash.invoice.out | form | New |
invoice_id
Many2one → account.invoice
readonly=True
string='Invoice'
args: 'account.invoice'
fast_counterpart_creation(self)
company_id
Many2one → res.company
default=_default_company
readonly=True
required=True
args: 'res.company'
currency_id
Many2one → res.currency
default=_default_currency
readonly=True
required=True
args: 'res.currency'
invoice_id
Many2one → account.invoice
required=True
string='Invoice'
args: 'account.invoice'
journal_count
Integer
default=_default_journal_count
readonly=True
journal_id
Many2one → account.journal
default=_default_journal
required=True
args: 'account.journal'
journal_ids
Many2many → account.journal
default=_default_journals
readonly=True
required=True
args: 'account.journal'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)
company_id
Many2one → res.company
default=_default_company
readonly=True
required=True
args: 'res.company'
currency_id
Many2one → res.currency
default=_default_currency
readonly=True
required=True
args: 'res.currency'
invoice_id
Many2one → account.invoice
required=True
string='Invoice'
args: 'account.invoice'
journal_count
Integer
default=_default_journal_count
readonly=True
journal_id
Many2one → account.journal
default=_default_journal
required=True
args: 'account.journal'
journal_ids
Many2many → account.journal
default=_default_journals
readonly=True
required=True
args: 'account.journal'
name
Char
related='invoice_id.number'
compute_journal_count(self)
default_company(self, active_model, active_ids)
default_currency(self, active_model, active_ids)
default_journals(self, active_model, active_ids)