[FIX] Update fiscal positions with new tax ids

bzr revid: stefan@therp.nl-20121127114856-hb38bsa4po8vjqmh
This commit is contained in:
Stefan Rijnhart 2012-11-27 12:48:56 +01:00
parent 96d946b1f2
commit 00a435f348
2 changed files with 8 additions and 8 deletions

View File

@ -95,11 +95,11 @@ This is the module to manage the accounting chart for Netherlands in OpenERP.
Read changelog in file __openerp__.py for version information.
Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor
Nederlandse bedrijven te installeren in OpenERP versie 5.
Nederlandse bedrijven te installeren in OpenERP versie 7.0.
De BTW rekeningen zijn waar nodig gekoppeld om de juiste rapportage te genereren,
denk b.v. aan intracommunautaire verwervingen waarbij u 19% BTW moet opvoeren,
maar tegelijkertijd ook 19% als voorheffing weer mag aftrekken.
denk b.v. aan intracommunautaire verwervingen waarbij u 21% BTW moet opvoeren,
maar tegelijkertijd ook 21% als voorheffing weer mag aftrekken.
Na installatie van deze module word de configuratie wizard voor 'Accounting' aangeroepen.
* U krijgt een lijst met grootboektemplates aangeboden waarin zich ook het

View File

@ -18,7 +18,7 @@
</record>
<record id="position_tax_extracom_3" model="account.fiscal.position.tax.template">
<field name="position_id" ref="fiscal_position_template_non_eu"/>
<field name="tax_src_id" ref="l10n_nl.btw_19"/>
<field name="tax_src_id" ref="l10n_nl.btw_21"/>
<field name="tax_dest_id" ref="l10n_nl.btw_X1"/>
</record>
<record id="position_tax_extracom_4" model="account.fiscal.position.tax.template">
@ -37,7 +37,7 @@
<!-- VAT high -->
<record id="position_tax_extracom_6" model="account.fiscal.position.tax.template">
<field name="position_id" ref="fiscal_position_template_non_eu"/>
<field name="tax_src_id" ref="l10n_nl.btw_19_buy"/>
<field name="tax_src_id" ref="l10n_nl.btw_21_buy"/>
<field name="tax_dest_id" ref="l10n_nl.btw_E2"/>
</record>
<!-- VAT other -->
@ -61,7 +61,7 @@
</record>
<record id="position_tax_intracom_3" model="account.fiscal.position.tax.template">
<field name="position_id" ref="fiscal_position_template_eu"/>
<field name="tax_src_id" ref="l10n_nl.btw_19"/>
<field name="tax_src_id" ref="l10n_nl.btw_21"/>
<field name="tax_dest_id" ref="l10n_nl.btw_X0"/>
</record>
<record id="position_tax_intracom_4" model="account.fiscal.position.tax.template">
@ -81,8 +81,8 @@
</record>
<record id="position_tax_intracom_6" model="account.fiscal.position.tax.template">
<field name="position_id" ref="fiscal_position_template_eu"/>
<field name="tax_src_id" ref="l10n_nl.btw_19_buy"/>
<field name="tax_dest_id" ref="l10n_nl.btw_I_19"/>
<field name="tax_src_id" ref="l10n_nl.btw_21_buy"/>
<field name="tax_dest_id" ref="l10n_nl.btw_I_21"/>
</record>
<record id="position_tax_intracom_7" model="account.fiscal.position.tax.template">
<field name="position_id" ref="fiscal_position_template_eu"/>