Migration and some fixes:

* Ignore changes in mail thread fields
   * account.tax.template._generate_tax return dict of objects
     and wizard fails
   * Load generic coa localization module to improve the test
This commit is contained in:
Fernando La Chica
2022-02-23 11:20:30 +01:00
parent d552b7c713
commit cb32510413
6 changed files with 66 additions and 61 deletions

View File

@@ -214,7 +214,7 @@
attrs="{'invisible': [('update_tax', '=', False)]}"
>
<field name="tax_ids" nolabel="1">
<tree string="Taxes" colors="red:type=='updated'">
<tree decoration-danger="type=='updated'">
<field name="tax_id" />
<field name="update_tax_id" />
<field name="type_tax_use" />
@@ -249,7 +249,7 @@
attrs="{'invisible': [('update_account', '=', False)]}"
>
<field name="account_ids" nolabel="1">
<tree string="Accounts" colors="red:type=='updated'">
<tree decoration-danger="type=='updated'">
<field name="account_id" />
<field name="update_account_id" />
<field name="notes" />
@@ -283,8 +283,8 @@
>
<field name="fiscal_position_ids" nolabel="1">
<tree
string="Fiscal positions"
colors="red:type=='updated'"
name="fiscal_positions"
decoration-danger="type=='updated'"
>
<field name="fiscal_position_id" />
<field name="update_fiscal_position_id" />