Sale line price properties based
Project description
Sale line price properties based
This module allows to use python formulas 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.
Usage
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
Credits
Images
Odoo Community Association: Icon.
Contributors
Lorenzo Battistini <lorenzo.battistini@agilebg.com>
Alex Comba <alex.comba@agilebg.com>
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo8_addon_sale_line_price_properties_based-8.0.1.0.0.99.dev15-py2-none-any.whl
.
File metadata
- Download URL: odoo8_addon_sale_line_price_properties_based-8.0.1.0.0.99.dev15-py2-none-any.whl
- Upload date:
- Size: 52.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8c225ad1da9ee14b8f337cf489ab315294321136c5b90213ea778859fb4ea90 |
|
MD5 | 7a7f38f4e33ed57198ede5eb51d8df29 |
|
BLAKE2b-256 | 1d4b22a1d3280601656d8a98425cb86ee868ef8e49cf30a7896ea239e2dc3c71 |