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 IDNameModelTypeStatus
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_id Many2one → res.company
    comodel_name='res.company' default=<expr> readonly=True required=True
  • date_from Date
    compute='_compute_date_from' help='Date from which journal items will be updated.' readonly=False required=True store=True string='Starting from'
  • display_lock_date_warning Boolean
    compute='_compute_display_lock_date_warning'
Public methods (1)
  • update_amls_tax_tags(self)

Loading…

Loading…

Loading…

Loading…