summaryrefslogtreecommitdiff
path: root/addons/l10n_fr/data/account_chart_template_data.xml
blob: 0d503415b55d1d1c514ec36be67a3861408cb743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <record id="account_fr_tag_salaires" model="account.account.tag">
        <field name="name">Salaires</field>
        <field name="applicability">accounts</field>
    </record>

      <record id="account_fr_tag_charges_sociales" model="account.account.tag">
        <field name="name">Charges Sociales</field>
        <field name="applicability">accounts</field>
    </record>

    <menuitem id="account_reports_fr_statements_menu" name="France" parent="account.menu_finance_reports" sequence="0" groups="account.group_account_readonly"/>

    <record id="l10n_fr_pcg_chart_template" model="account.chart.template">
      <field name="property_account_receivable_id" ref="fr_pcg_recv"/>
      <field name="property_account_payable_id" ref="fr_pcg_pay"/>
      <field name="property_account_expense_categ_id" ref="pcg_6071"/>
      <field name="property_account_income_categ_id" ref="pcg_7071"/>
      <field name="income_currency_exchange_account_id" ref="pcg_766"/>
      <field name="expense_currency_exchange_account_id" ref="pcg_666"/>
      <field name="property_tax_payable_account_id" ref="pcg_44551"/>
      <field name="property_tax_receivable_account_id" ref="pcg_44567"/>
      <field name="default_pos_receivable_account_id" ref="fr_pcg_recv_pos" />
      <field name="currency_id" ref="base.EUR"/>
    </record>
</odoo>