Sale line price properties based

Technical Name:
sale_line_price_properties_based
License:
Author:
Agile Business Group
https://odoo-community.org/web/image/product.template/2276/image_1920?unique=de8781f
  • Odoo Version

Terms and Conditions 

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

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.

Recently viewed Products