| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/account_tax_cash_basis |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Goffin Simon, Nicolas Martinelli, Julien Legros, qdp-odoo, Yannick Tivisse, Laurent Smet |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:48 |
| 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 |
Add an option on tax to allow them to be cash based, meaning that during reconciliation, if there is a tax with
cash basis involved, a new journal entry will be create containing those taxes value.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_config_cash_basis_inherit_form |
view.account.config.cash.basis.form.inherit | account.config.settings | xpath | Inherits account.view_account_config_settings |
view_tax_form_cash_basis_inherit |
tax.form.cash.basis.inherit | account.tax | xpath | Inherits account.view_tax_form |
tax_cash_basis_journal_id
Many2one → account.journal
related='company_id.tax_cash_basis_journal_id'
string='Tax Cash Basis Journal'
args: 'account.journal'
No public methods.
tax_cash_basis_rec_id
Many2one → account.partial.reconcile
help='Technical field used to keep track of the tax cash basis reconciliation.This is needed when cancelling the source: it will post the inverse journal entry to cancel that part too.'
string='Tax Cash Basis Entry of'
args: 'account.partial.reconcile'
No public methods.
No new fields.
Public methods (1)create(self, vals)
No new fields.
Public methods (3)create(self, vals)
create_tax_cash_basis_entry(self, value_before_reconciliation)
unlink(self)
cash_basis_account
Many2one → account.account
domain=[('deprecated', '=', False)]
help='Account use when creating entry for tax cash basis'
string='Tax Received Account'
args: 'account.account'
use_cash_basis
Boolean
help='Select this if the tax should use cash basis,which will create an entry for this tax on a given account during reconciliation'
args: 'Use Cash Basis'
No public methods.
tax_cash_basis_journal_id
Many2one → account.journal
string='Tax Cash Basis Journal'
args: 'account.journal'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/account_tax_cash_basis |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Goffin Simon, Nicolas Martinelli, qdp-odoo, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Add an option on tax to allow them to be cash based, meaning that during reconciliation, if there is a tax with
cash basis involved, a new journal entry will be create containing those taxes value.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_config_cash_basis_inherit_form |
view.account.config.cash.basis.form.inherit | account.config.settings | xpath | Inherits account.view_account_config_settings |
view_tax_form_cash_basis_inherit |
tax.form.cash.basis.inherit | account.tax | xpath | Inherits account.view_tax_form |
tax_cash_basis_journal_id
Many2one → account.journal
related='company_id.tax_cash_basis_journal_id'
string='Tax Cash Basis Journal'
args: 'account.journal'
No public methods.
tax_cash_basis_rec_id
Many2one → account.partial.reconcile
help='Technical field used to keep track of the tax cash basis reconciliation. This is needed when cancelling the source: it will post the inverse journal entry to cancel that part too.'
string='Tax Cash Basis Entry of'
args: 'account.partial.reconcile'
No public methods.
No new fields.
Public methods (3)create(self, vals)
create_tax_cash_basis_entry(self, value_before_reconciliation)
unlink(self)
cash_basis_account
Many2one → account.account
domain=[('deprecated', '=', False)]
help='Account use when creating entry for tax cash basis'
string='Tax Received Account'
args: 'account.account'
use_cash_basis
Boolean
help='Select this if the tax should use cash basis, which will create an entry for this tax on a given account during reconciliation'
args: 'Use Cash Basis'
No public methods.
tax_cash_basis_journal_id
Many2one → account.journal
string='Tax Cash Basis Journal'
args: 'account.journal'
No public methods.