Set update_unit_price to false (iva_reagp_compras_12_1)

This commit is contained in:
Raimon Esteve 2018-03-12 22:52:00 +01:00
parent 2bf4abc42f
commit f259ee278a
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ before:
- comment: # set domain to null in account bank statement line
version: 4.0
query: UPDATE ir_action_act_window SET domain = null where id in (SELECT db_id FROM ir_model_data where fs_id = 'act_account_bank_statement_line');
- comment: # set update_unit_price to false
version: 4.0
query: update account_tax_template set update_unit_price = false where id = (select db_id from ir_model_data where fs_id = 'iva_reagp_compras_12_1');
after:
- DELETE FROM ir_translation WHERE module = 'account_es';