Skip to content
Snippets Groups Projects
Commit 886efb07 authored by Paul Morelle's avatar Paul Morelle
Browse files

[FIX] l10n_fr: fix accounts of tax groups


When creating the l10n_fr chart of accounts, the tax payable and tax
receivable accounts of the tax groups were missing, and this had other
effects like a missing tax report entry.

This commit fixes the issue by setting the property on the template,
like in others modules (e.g. l10n_be).

closes odoo/odoo#73634

Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent b248bd40
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment