This commit is contained in:
HENRY Florian 2025-02-20 09:07:52 +01:00 committed by GitHub
commit f9b7df19c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,7 @@ class Product extends CommonObject
'mrp_production' => array('name' => 'Mo', 'parent' => 'mrp_mo', 'parentkey' => 'fk_mo' ),
'bom_bom' => array('name' => 'BOM'),
'bom_bomline' => array('name' => 'BOMLine', 'parent' => 'bom_bom', 'parentkey' => 'fk_bom'),
'product_stock' => array('name' => 'Stock'),
);
/**