diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/l10n_dk/data/account_fiscal_position_template.xml | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/l10n_dk/data/account_fiscal_position_template.xml')
| -rw-r--r-- | addons/l10n_dk/data/account_fiscal_position_template.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/addons/l10n_dk/data/account_fiscal_position_template.xml b/addons/l10n_dk/data/account_fiscal_position_template.xml new file mode 100644 index 00000000..31f20abf --- /dev/null +++ b/addons/l10n_dk/data/account_fiscal_position_template.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="fiscal_position_template_dk_vat" model="account.fiscal.position.template"> + <field name="name">Danmark (Virkomshed)</field> + <field name="chart_template_id" ref="dk_chart_template" /> + <field name="auto_apply" eval="True"/> + <field name="vat_required" eval="True"/> + <field name="sequence">10</field> + <field name="country_id" ref="base.dk"/> + </record> + <record id="fiscal_position_template_eu" model="account.fiscal.position.template"> + <field name="name">EU lande (Privat)</field> + <field name="chart_template_id" ref="dk_chart_template" /> + <field name="auto_apply" eval="True"/> + <field name="sequence">11</field> + <field name="country_group_id" ref="base.europe"/> + </record> + <record id="fiscal_position_template_eu_taxid" model="account.fiscal.position.template"> + <field name="name">EU lande (Virksomhed)</field> + <field name="chart_template_id" ref="dk_chart_template" /> + <field name="auto_apply" eval="True"/> + <field name="vat_required" eval="True"/> + <field name="sequence">12</field> + <field name="country_group_id" ref="base.europe"/> + </record> + <record id="fiscal_position_template_3lande" model="account.fiscal.position.template"> + <field name="name">3. lande (Virksomhed / Privat)</field> + <field name="chart_template_id" ref="dk_chart_template" /> + <field name="auto_apply" eval="True"/> + <field name="sequence">13</field> + </record> +</odoo> |
