Skip to content

Commit

Permalink
[FIX] l10n_it_declaration_of_intent: demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Jun 5, 2024
1 parent 5995d0f commit 1c1325d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion l10n_it_declaration_of_intent/demo/declaration_of_intent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
</record>
<record id="l10n_it_esportatore_abituale" model="account.fiscal.position">
<field name="name">Esportatore Abituale (Dichiarazione Intento)</field>
<field name="chart_template_id" ref="l10n_it.l10n_it_chart_template_generic" />
<field
name="chart_template_id"
model="account.chart.template"
eval="ref('l10n_it.l10n_it_chart_template_generic', raise_if_not_found=False) or ref('l10n_generic_coa.configurable_chart_template', raise_if_not_found=False) or obj().env['account.chart.template'].search([], limit=1)"
/>
<field name="sequence">6</field>
<field name="auto_apply">1</field>
<field name="vat_required">1</field>
Expand Down

0 comments on commit 1c1325d

Please sign in to comment.