2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-05 10:25:40 +02:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<data>
|
|
|
|
|
|
|
|
<!-- Fiscal Position Templates -->
|
|
|
|
<record id="fiscal_position_template_national" model="account.fiscal.position.template">
|
|
|
|
<field name="name">Binnenland</field>
|
|
|
|
<field name="chart_template_id" ref="l10nnl_chart_template" />
|
|
|
|
</record>
|
|
|
|
<record id="fiscal_position_template_transferred" model="account.fiscal.position.template">
|
|
|
|
<field name="name">BTW verlegd</field>
|
|
|
|
<field name="chart_template_id" ref="l10nnl_chart_template" />
|
|
|
|
</record>
|
|
|
|
<record id="fiscal_position_template_eu" model="account.fiscal.position.template">
|
|
|
|
<field name="name">EU landen</field>
|
|
|
|
<field name="chart_template_id" ref="l10nnl_chart_template" />
|
|
|
|
</record>
|
|
|
|
<record id="fiscal_position_template_non_eu" model="account.fiscal.position.template">
|
|
|
|
<field name="name">Niet-EU landen</field>
|
|
|
|
<field name="chart_template_id" ref="l10nnl_chart_template" />
|
|
|
|
</record>
|
|
|
|
|
|
|
|
</data>
|
2018-04-05 10:25:40 +02:00
|
|
|
</flectra>
|