[MERGE] merge bzr saas-4 web branch
[odoo/odoo.git] / addons / l10n_nl / account_fiscal_position_template.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <!-- Fiscal Position Templates -->
5         
6         <record id="fiscal_position_template_domestic" model="account.fiscal.position.template">
7             <field name="name">Binnenland</field>
8             <field name="chart_template_id" ref="l10nnl_chart_template" />
9         </record>
10         <record id="fiscal_position_template_transferred" model="account.fiscal.position.template">
11             <field name="name">BTW verlegd</field>
12             <field name="chart_template_id" ref="l10nnl_chart_template" />
13         </record>
14         <record id="fiscal_position_template_eu" model="account.fiscal.position.template">
15             <field name="name">EU landen</field>
16             <field name="chart_template_id" ref="l10nnl_chart_template" />
17         </record>
18         <record id="fiscal_position_template_non_eu" model="account.fiscal.position.template">
19             <field name="name">Niet-EU landen</field>
20             <field name="chart_template_id" ref="l10nnl_chart_template" />
21         </record>
22     </data>
23 </openerp>