diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index f08119a2317..63dff281dc8 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -31,6 +31,7 @@ create table llx_product price double, tva_tx double, fk_user_author integer, + envente tinyint default 1, nbvente integer default 0 );