TIP: You can type at any time to perform a new search.
Account Tax Change
account_tax_change · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.3
- Category
- Accounting & Finance
- Folder size
- 0.32 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 08:09:10
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Sébastien Alix, Anna Janiszewska, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (4)
| 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>readonly=Truerequired=Truestring='Company' -
invoice_idsMany2many → account.movecheck_company=Truecomodel_name='account.move'domain="[('state', '=', 'draft'), ('payment_state', '=', 'not_paid')]"required=Truestring='Invoices' -
tax_change_idMany2one → account.tax.changecheck_company=Truecomodel_name='account.tax.change'ondelete='cascade'required=Truestring='Tax Change'
-
default_get(self, fields_list)@api.model -
validate(self)Apply the tax changes on the selected invoices.
New fields (5)
-
activeBooleandefault=True -
change_line_idsOne2many → account.tax.change.linecomodel_name='account.tax.change.line'inverse_name='tax_change_id'string='Mapping' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>readonly=Truerequired=Truestring='Company' -
dateDaterequired=True -
nameCharrequired=True
No public methods.
New fields (5)
-
company_idMany2onerelated='tax_change_id.company_id' -
tax_change_idMany2one → account.tax.changecomodel_name='account.tax.change'index=Trueondelete='cascade'required=True -
tax_dest_idMany2one → account.taxcheck_company=Truecomodel_name='account.tax'domain="[('id', '!=', tax_src_id), ('type_tax_use', '=', type_tax_use)]"ondelete='cascade'required=Truestring='To tax' -
tax_src_idMany2one → account.taxcheck_company=Truecomodel_name='account.tax'index=Trueondelete='cascade'required=Truestring='From tax' -
type_tax_useSelectionrelated='tax_src_id.type_tax_use'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 847 days ago
- Last activity
- 333 days ago
- Repository
- OCA/account-invoicing
- Pull request
- [17.0][MIG] account_tax_change (#1714)