| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/16.0/account_tax_change |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Sébastien Alix, Weblate, OCA-git-bot, Anna Janiszewska, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:52 |
| 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_move_apply_tax_change_view_form |
account.move.apply.tax.change.form | account.move.apply.tax.change | form | New |
account_tax_change_view_form |
account.tax.change.form | account.tax.change | form | New |
account_tax_change_view_search |
account.tax.change.search | account.tax.change | search | New |
account_tax_change_view_tree |
account.tax.change.tree | account.tax.change | tree | New |
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
string='Company'
invoice_ids
Many2many → account.move
check_company=True
comodel_name='account.move'
domain="[('state', '=', 'draft'), ('payment_state', '=', 'not_paid')]"
required=True
string='Invoices'
tax_change_id
Many2one → account.tax.change
check_company=True
comodel_name='account.tax.change'
ondelete='cascade'
required=True
string='Tax Change'
default_get(self, fields_list)
validate(self)
active
Boolean
default=True
change_line_ids
One2many → account.tax.change.line
comodel_name='account.tax.change.line'
inverse_name='tax_change_id'
string='Mapping'
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
string='Company'
date
Date
required=True
name
Char
required=True
No public methods.
company_id
Many2one
related='tax_change_id.company_id'
tax_change_id
Many2one → account.tax.change
comodel_name='account.tax.change'
index=True
ondelete='cascade'
required=True
tax_dest_id
Many2one → account.tax
check_company=True
comodel_name='account.tax'
domain="[('id', '!=', tax_src_id), ('type_tax_use', '=', type_tax_use)]"
ondelete='cascade'
required=True
string='To tax'
tax_src_id
Many2one → account.tax
check_company=True
comodel_name='account.tax'
index=True
ondelete='cascade'
required=True
string='From tax'
type_tax_use
Selection
related='tax_src_id.type_tax_use'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/account-invoicing |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] account_tax_change (#1714) |