v 8.0 Third Party 54
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase Management (purchase)
Warehouse Management (stock)
Social Network (mail)
Community Apps Dependencies
Technical Name purchase_supplier_rounding_method
LicenseAGPL-3
Websitehttp://www.grap.coop
You bought this module and need support? Click here!

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)`

/purchase_supplier_rounding_method/static/description/subtotal_normal.png

For some suppliers:

` price_subtotal = round(round(unit_price * (1 - discount / 100)) * qty)`

/purchase_supplier_rounding_method/static/description/subtotal_round_net_price.png

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.
    /purchase_supplier_rounding_method/static/description/partner_setting.png

Credits

Contributors

  • Sylvain LE GAL <https://twitter.com/legalsylvain>

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.