2
0

[IMP] account_loan: fields added to account list view

This commit is contained in:
Bearnard21 2023-03-02 17:00:33 +03:00 committed by Enric Tobella
parent 748e6b43ad
commit 9a9f479777

View File

@ -12,6 +12,9 @@
<field name="company_id" />
<field name="is_leasing" />
<field name="state" />
<field name="loan_amount" optional="hide" />
<field name="periods" optional="hide" />
<field name="start_date" optional="hide" />
</tree>
</field>
</record>