We have a BoM we sell as a kit to our customers, for example it has a Part Number of 123:
This kit consist of 2 of one component P.No 003 and 1 of a another P.no 006.
all kit components have their own unique serial number that we need to track, as well as our customer needs to track and confirm the serial numbers on the delivery slip match the serial number in the box delivered.
So when a customer orders multiple of the same kit for one order, all the kit's components are placed on the delivery slip with no regards for the actual kit that the component belongs too:
e.g.
Product | Serial Number | Quantity |
(003) Kit Component A | 0001 | 1 |
(003) Kit Component A | 0002 | 1 |
(003) Kit Component A | 0003 | 1 |
(003) Kit Component A | 0004 | 1 |
(006) Kit Component B | 1112 | 1 |
(006) Kit Component B | 1113 | 1 |
We would want it to look like:
Product | Serial Number | Quantity |
(123) Kit Name | ||
(003) Kit Component A | 0001 | 1 |
(003) Kit Component A | 0002 | 1 |
(006) Kit Component B | 1112 | 1 |
(123) Kit Name | ||
(003) Kit Component A | 0003 | 1 |
(003) Kit Component A | 0004 | 1 |
(006) Kit Component B | 1113 | 1 |
I have been experementing with the XML editor in Odoo Studio, but so far I am unable to get it to work.
Any help is appreacated