25 lines
902 B
XML
25 lines
902 B
XML
|
<?xml version="1.0" ?>
|
||
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||
|
this repository contains the full copyright notices and license terms. -->
|
||
|
<tryton>
|
||
|
<data>
|
||
|
|
||
|
<record id="tax_group_vst_reduced" model="account.tax.group">
|
||
|
<field name="name">Vorsteuer ermäßigt</field>
|
||
|
<field name="code">vst_reduced</field>
|
||
|
<field name="kind">purchase</field>
|
||
|
</record>
|
||
|
<record id="tax_group_ust" model="account.tax.group">
|
||
|
<field name="name">Umsatzsteuer</field>
|
||
|
<field name="code">ust</field>
|
||
|
<field name="kind">sale</field>
|
||
|
</record>
|
||
|
<record id="tax_group_vst" model="account.tax.group">
|
||
|
<field name="name">Vorsteuer</field>
|
||
|
<field name="code">vst</field>
|
||
|
<field name="kind">purchase</field>
|
||
|
</record>
|
||
|
|
||
|
</data>
|
||
|
</tryton>
|