Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:03:02
Authors
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Maintainers
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Committers
Alexis de Lattre, Stéphane Bidoul, Alexandre Fayolle, Fekete Mihai, Sylvain LE GAL, Stéphane Bidoul (ACSONE), OCA Transbot, OCA-git-bot, Matjaž Mozetič
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Invoice Fiscal Position Update
==============================

With this module, when a user changes the fiscal position of an invoice, the
taxes and the accounts on all the invoice lines which have a product are
automatically updated. The invoice lines without a product are not updated and
a warning is displayed to the user in this case.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • fiscal_position_change(self)
    @api.onchange('fiscal_position')
    Updates taxes and accounts on all invoice lines

Loading…