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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size odoo8_addon_purchase_supplier_rounding_method-8.0.1.0.0.99.dev11-py2-none-any.whl (175.3 kB) | File type Wheel | Python version py2 | Upload date | Hashes View hashes |
Close
Hashes for odoo8_addon_purchase_supplier_rounding_method-8.0.1.0.0.99.dev11-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d95cbb7d969a37266fa08a4a7dc0d74ff7af2c3130ec4fed9cd19d90134814a |
|
MD5 | 59562ff9a5130f15958ef5abb9c57eea |
|
BLAKE2-256 | 14410d8525a05ba61c2ad443ba4056a6faadbf490743b62c1ff6f454079debd6 |