[14.0] account_tax_balance: remove deprecate tree view attribute

pull/1082/head
Patrick T 2023-11-17 11:54:11 +01:00 committed by Enric Tobella
parent db2eea1b04
commit 0447d228da
1 changed files with 1 additions and 1 deletions

View File

@ -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" />