Sale line price properties based
Technical Name:
sale_line_price_properties_based
License:
Author:
Maintainer:
Website:
This module allows to use python formaulas to compute the sale order line price.
You can configure the 'Price formula' on the product form using python code.
Formula example: ``` area = float(properties['Width']) * float(properties['Length']) result = area / 2.0 if 'Painting' in properties:
result = result + 5
When changing properties on sale order line, the system will automatically compute the line price unit.
Contributors
- Lorenzo Battistini <lorenzo.battistini@agilebg.com>
- Alex Comba <alex.comba@agilebg.com>
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.