Supplier Rounding Method
Technical Name:
purchase_supplier_rounding_method
Version:
8.0
License:
Author:
Maintainer:
Website:
Purchase Supplier Rounding Method
This module extend account module, to add new rounding method used by some suppliers. The new rounding method is used for purchase orders and In invoices.
Use Case
Some of suppliers compute invoice line subtotal differently than Odoo.
In Odoo, by default:
` price_subtotal = round(unit_price * (1 - discount / 100) * qty)`
For some suppliers:
` price_subtotal = round(round(unit_price * (1 - discount / 100)) * qty)`
This module manage this second case to generate supplier invoices with the same value.
Configuration
- Add a new field 'rounding_method' on a partner with two keys:
- 'normal': classical computation method, by default.
- 'round_net_price': round a firt time the net price, and then round again.
Credits
Contributors
- Sylvain LE GAL <https://twitter.com/legalsylvain>
This is a preview of the recently viewed products by the user.
Once the user has seen at least one product this snippet will be visible.
Once the user has seen at least one product this snippet will be visible.