Initial import from Docker volume
This commit is contained in:
57
modules/account_asset/minimal_chart_fr.xml
Executable file
57
modules/account_asset/minimal_chart_fr.xml
Executable file
@@ -0,0 +1,57 @@
|
||||
<?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 language="fr">
|
||||
<record id="account_type_template_fixed_assets_fr" model="account.account.type.template">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="name">Immobilisations</field>
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="parent" ref="account.account_type_template_asset_long_term_fr"/>
|
||||
<field name="statement">balance</field>
|
||||
<field name="assets" eval="True"/>
|
||||
<field name="fixed_asset" eval="True"/>
|
||||
<field name="sequence" eval="10"/>
|
||||
</record>
|
||||
|
||||
<record id="account_template_assets_fr" model="account.account.template">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="name">Actifs</field>
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="type" ref="account_type_template_fixed_assets_fr"/>
|
||||
<field name="reconcile" eval="False"/>
|
||||
<field name="parent" ref="account.account_template_root_fr"/>
|
||||
</record>
|
||||
|
||||
<record id="account_template_depretiation_fr" model="account.account.template">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="name">Amortissement</field>
|
||||
|
||||
|
||||
|
||||
|
||||
<field name="type" ref="account_type_template_fixed_assets_fr"/>
|
||||
<field name="reconcile" eval="False"/>
|
||||
<field name="parent" ref="account.account_template_root_fr"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
Reference in New Issue
Block a user