Qual: Renamed french field "envente" into "tosell".
This commit is contained in:
parent
5affcd3b3f
commit
3e205a2552
@ -12,6 +12,6 @@ alter table llx_product add column recuperableonly integer NOT NULL DEFAUL
|
||||
alter table llx_product_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
|
||||
|
||||
|
||||
alter table llx_product change column envente tosell tinyint DEFAULT 1;
|
||||
alter table llx_product add column tobuy tinyint DEFAULT 1 after tosell;
|
||||
alter table llx_product change column envente tosell smallint DEFAULT 1;
|
||||
alter table llx_product add column tobuy smallint DEFAULT 1 after tosell;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user