Ajout champ nbvente
This commit is contained in:
parent
4fe0510f50
commit
8a00f11543
@ -30,6 +30,7 @@ create table llx_product
|
|||||||
description text,
|
description text,
|
||||||
price double,
|
price double,
|
||||||
tva_tx double,
|
tva_tx double,
|
||||||
fk_user_author integer
|
fk_user_author integer,
|
||||||
|
nbvente integer
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user