v 7.0 v 8.0 Third Party 170
Download for v 7.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies MRP (mrp)
Purchase Management (purchase)
Warehouse Management (stock)
Social Network (mail)
Sales Management (sale)
eInvoicing & Payments (account_voucher)
Community Apps Dependencies
Technical Name sale_line_price_properties_based
LicenseAGPL-3
Websitehttp://www.agilebg.com
Versions 7.0 8.0
You bought this module and need support? Click here!

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

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.