Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.49 KB

File metadata and controls

75 lines (50 loc) · 2.49 KB
License: AGPL-3

Brings a Cost Price Field Tax Included on Product Model

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'.

Usage

User can now set Price List based on this field:

/product_standard_price_tax_included/static/description/pricelist.png

The new field is displayed on the product template form:

/product_standard_price_tax_included/static/description/product_template.png

Try me on Runbot

For further information, please visit:

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 smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Maintainer

Odoo Community Association

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.