Modif table llx_propaldet
This commit is contained in:
parent
96013c5275
commit
8b44ba9a3a
@ -7,4 +7,8 @@ alter table llx_product modify price real ;
|
||||
|
||||
alter table llx_product add tva_tx real ;
|
||||
|
||||
update llx_product set tva_tx = 19.6 ;
|
||||
update llx_product set tva_tx = 19.6 ;
|
||||
|
||||
alter table llx_propaldet add tva_tx real ;
|
||||
|
||||
alter table llx_propaldet add description text ;
|
||||
Loading…
Reference in New Issue
Block a user