Fix products names

This commit is contained in:
Oscar 2021-08-16 19:27:31 -05:00
parent 0c68e148cd
commit f27621e273
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ NOTA: ELIMINAR
DESPUES
UPDATE product_product set description=regexp_replace(description, E'[\\n\\r]+', ' ', 'g' );
ALTER table ir_sequence_type DROP COLUMN code;
UPDATE account_account_type SET statement='balance' WHERE sequence<30000 and sequence>1;
UPDATE account_account_type SET statement='income' WHERE sequence<80000 and sequence>30000;