odoo/tutorials#915
Created by Dhananjay Brahmane (dhbr)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 76s)
- label
- odoo-dev:18.0-Modular-types-dhbr
- head
- 5e417833daa126df9b6fc33d2977dbced56cf83a
odoo/tutorials | |
---|---|
18.0 | #915 missing r+ |
master |
[ADD] module_types: Implemented BOM components multiplication from sales
This change allows for dynamic adjustment of Bill of Materials component quantities based on a value set on the sales order. It provides greater flexibility for make-to-order products where certain components must scale with a customer's selection (e.g., number of sections in a sofa).
The implementation adds a multiplication value field to the sales order line. When a manufacturing order is generated, this factor is applied to BoM components linked to a specific module type, such as 'Sections', ensuring the correct quantity of raw materials is planned.