Skip to content

Commit

Permalink
[14.0] account_tax_balance: remove deprecate tree view attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt-oforce authored and etobella committed Nov 17, 2023
1 parent db2eea1 commit 0447d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_tax_balance/views/account_tax_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="model">account.tax</field>
<field eval="100" name="priority" />
<field name="arch" type="xml">
<tree string="Account Tax" create="false" delete="false">
<tree create="false" delete="false">
<field name="name" />
<field name="description" string="Short Name" />
<field name="balance_regular" sum="Total" />
Expand Down

0 comments on commit 0447d22

Please sign in to comment.