minor fix

This commit is contained in:
wilson gomez 2021-10-04 09:19:31 -05:00
parent 7d21331d4d
commit 3da25f8acb
1 changed files with 5 additions and 0 deletions

View File

@ -137,3 +137,8 @@ DELETE FROM "ir_model_data" WHERE "module"= 'stock_duration';
DELETE FROM "ir_model_field" WHERE "name"= 'stock_duration';
DELETE FROM "ir_model_field" WHERE "module"= 'stock_duration';
DELETE FROM "ir_module_dependency" WHERE "name"= 'stock_duration';
Corregir codigos de productos duplicados
update product_product SET code=suffix_code where suffix_code != code and suffix_code is not null and suffix_code != '';
update product_product set suffix_code=null where suffix_code is not null;