Convert sum attribute into boolean

This commit is contained in:
Albert Cervera i Areny 2023-06-10 17:17:11 +02:00
parent 843609c8b4
commit fc3bfb94a9
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ contains the full copyright notices and license terms. -->
<field name="operation_key"/>
<field name="province_code"/>
<field name="country_code"/>
<field name="amount" sum="Operations Amount"/>
<field name="amount" sum="1"/>
<field name="cash_amount"/>
<field name="property_amount"/>
</tree>

View File

@ -5,7 +5,7 @@ contains the full copyright notices and license terms. -->
<field name="report"/>
<field name="party_name"/>
<field name="party_vat"/>
<field name="amount" sum="Amount"/>
<field name="amount" sum="1"/>
<field name="cadaster_number"/>
<field name="street"/>
<field name="zip"/>

View File

@ -7,5 +7,5 @@ contains the full copyright notices and license terms. -->
<field name="party_tax_identifier"/>
<field name="invoice"/>
<field name="operation_key"/>
<field name="amount" sum="Operation Amount"/>
<field name="amount" sum="1"/>
</tree>