This module add a new "Custom Value" to the list of pricelist base price options.
Table of contents
Sometimes you need to compute sales price based on values obtained from custom sources. Eg you receive your purchase prices dynamically from a vendor using API.
However by default Odoo has only limited options for a pricelist price base:
- Sales Price
- Cost
- Other Pricelist
Create a new one or select an existing pricelist with "Computation" mode set to "Formula".
In the pricelist:
- Select "Formula" in the "Computation" selector.
- Select "Custom Value" in the "Based on" field.
This is a technical module which means it's designed to be used as a part of custom solutions. You need to add your price as custom_base_price kwargs key when calling _get_product_price function of the product.pricelist model.
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 to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Cetmix
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.
This module is part of the OCA/sale-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.




