mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-22 05:32:09 +02:00
26 lines
962 B
ReStructuredText
26 lines
962 B
ReStructuredText
This module allows to define a discount per line in the purchase orders. This
|
|
discount can be also negative, interpreting it as an increment.
|
|
|
|
It also modifies the purchase order report to include the discount field in it.
|
|
|
|
This module allows to input a discount in the supplier info form, and propagate
|
|
it to purchase order lines:
|
|
|
|
* The discount appears explicitly in purchase orders instead of being directly
|
|
discounted in price.
|
|
* You can set prices and discounts on the same screen.
|
|
|
|
.. image:: ../static/description/product_supplierinfo_form.png
|
|
|
|
|
|
* A new field default_supplierinfo_discount is added on res.partner model.
|
|
This value will be used as the default one, on each supplierinfo of that
|
|
supplier.
|
|
|
|
.. image:: ../static/description/res_partner_company_form.png
|
|
|
|
|
|
Note: this setting is a new 'company' setting, unavailable for related
|
|
partners, as accounting-related Settings.
|
|
|
|
.. image:: ../static/description/res_partner_individual_form.png
|