In Odoo, the Cost Price Field (standard_price) is by definition 'Tax Excluded'. So without this module, the sale price will be bad in this following configuration:
- Price list based on the field 'Cost Price'; (If you want a fixed margin, for example: Cost Price + 10%);
- Products set with Sale Taxes "Tax Included" ; (B2C settings)
This module fixes the problem, adding a new field 'Cost Price Tax Included' (standard_price_tax_included) on Product Template model, based on Cost Price Field and Sale Taxes Setting.
This module create a new 'product.price.type' item, named 'Cost Price Tax Included'.
User can now set Price List based on this field:
The new field is displayed on the product template form:
For further information, please visit:
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 smashing it by providing a detailed and welcomed feedback here.
- Sylvain LE GAL (https://twitter.com/legalsylvain)
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 http://odoo-community.org.