Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:49
Authors
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Maintainers
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Purchase Fiscal Position Update
===============================

With this module, when a user changes the fiscal position of a purchase order,
the taxes on all the purchase order lines which have a product are
automatically updated. The purchase order 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_id')
    Function executed by the on_change on the fiscal_position_id field of a purchase order ; it updates taxes on all order lines

Loading…

Loading…

Loading…