mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge 4b2830e7fc into 54df3c2991
This commit is contained in:
commit
f9b7df19c2
|
|
@ -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'),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user