TIP: You can type at any time to perform a new search.
Product Cost incl. BOM
product_cost_incl_bom · OCA/margin-analysis
- Repository
- OCA/margin-analysis · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Products
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.camptocamp.com/
- Last tracking update
- 2026-08-07 07:17:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp
- Committers
- Pedro M. Baeza
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- product_cost_incl_bom_price_history, product_cost_incl_costs_with_bom
- Description
Product Cost including BOM costs ================================ Compute product cost price by recursively summing parts cost prices according to product BOM. It takes into account the BoM costing (cost per cycle and so...). If no BOM define for a product, the cost_price is always equal to the standard_price field of the product, so we always have a value to base our reporting on. The computed value is stored in the DB and can be used in 3rd party report. It makes a quite complex computation to include correct computation of such use case having such a hierarchy of products: - Table A - 2x Plank 20.- - 4x Wood leg 10.- - Table B - 3x Plank 20.- - 4x Red wood leg - Red wood leg - 1x Wood leg 10.- - 1x Red paint pot 10.- - Chair - 1x Plank - 4x Wood leg - Table and Chair - 1x Table Z - 4x Chair Z Changing the price of Wood leg will update the price of Table A, Table B, Red wood leg, Table & Chair products. Contributors ------------ * Alexandre Fayolle <alexandre.fayolle@camptocamp.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com> * Guewen Baconnier <guewen.baconnier@camptocamp.com> * Joël Grand-Guillaume <joel.grand-guillaume@camptocamp.com>
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…