Minor fix

This commit is contained in:
Oscar 2021-08-17 10:13:31 -05:00
parent f27621e273
commit 65aadc2c3d
1 changed files with 2 additions and 0 deletions

View File

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