Supplier Rounding Method
Project description
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo8_addon_purchase_supplier_rounding_method-8.0.1.0.0.99.dev12-py2-none-any.whl
.
File metadata
- Download URL: odoo8_addon_purchase_supplier_rounding_method-8.0.1.0.0.99.dev12-py2-none-any.whl
- Upload date:
- Size: 175.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd0bae4ca802394ab374df2d4e0b0bb239dee0bb49211065f166fba13bbf5261 |
|
MD5 | a827ef51596f9c2857eb92b5b3f66b4c |
|
BLAKE2b-256 | 894aff7d9d0b355f88b8d490063bdb17286b13d2f793eab74b97e9efcbd053b2 |