Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0
Category
Sales Management
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:17:43
Authors
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Maintainers
Akretion, Odoo Community Association (OCA), Julius Network Solutions
Committers
Pedro M. Baeza, Denis Roussel, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Sale Fiscal Position Update
===========================

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

Contributors :

* Mathieu Vatel <mathieu _at_ julius.fr>

* Alexis de Lattre <alexis.delattre@akretion.com>

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form fiscal.position.update.sale.order.form sale.order form Inherits sale.view_order_form
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, cr, uid, ids, fiscal_position, order_line, context=None)
    Function executed by the on_change on the fiscal_position field of a sale order ; it updates taxes on all order lines

Loading…

Loading…