stock_loc varchar(10), -- emplacement dans le stock
This commit is contained in:
parent
63a6baa9ec
commit
2917e40cd2
@ -39,6 +39,7 @@ create table llx_product
|
||||
stock_propale integer DEFAULT 0,
|
||||
stock_commande integer DEFAULT 0,
|
||||
seuil_stock_alerte integer DEFAULT 0,
|
||||
stock_loc varchar(10), -- emplacement dans le stock
|
||||
gencode varchar(255) DEFAULT NULL,
|
||||
weight real DEFAULT NULL,
|
||||
weight_units tinyint DEFAULT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user