[FIX] account_usability: add to view required field

Add missing required field currency_id in the form view of chart
template.
This commit is contained in:
Katherine Zaoral
2023-02-23 14:18:22 -03:00
parent a243f7bb03
commit 0462951ac5

View File

@@ -11,6 +11,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="arch" type="xml">
<field name="complete_tax_set" position="after">
<field name="use_anglo_saxon" />
<field name="currency_id" />
</field>
</field>
</record>