TIP: You can type at any time to perform a new search.
Account - Allow updating tax grids
account_update_tax_tags · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting/Accounting
- Folder size
- 0.29 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-08 22:45:26
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Laurent Smet, Julien Castiaux, Luis Torres, Tiffany Chang (tic), Gorash, Louis Wicket (wil), Dylan Kiss (dyki), igbe
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows updating tax grids on existing accounting entries. In debug mode a button to update your entries' tax grids will be available in Accounting settings. This is typically useful after some legal changes were done on the tax report, requiring a new tax configuration.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.account_update_tax_tags | res.config.settings | form | Inherits account.res_config_settings_view_form |
view_account_update_tax_tags_wizard_form |
account.update.tax.tags.wizard.form | account.update.tax.tags.wizard | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>readonly=Truerequired=True -
date_fromDatecompute='_compute_date_from'help='Date from which journal items will be updated.'readonly=Falserequired=Truestore=Truestring='Starting from' -
display_lock_date_warningBooleancompute='_compute_display_lock_date_warning'
-
update_amls_tax_tags(self)
Loading…
Loading…
Loading…
Loading…