Skip to content

Commit

Permalink
[FIX] l10n_fr: broken module installation
Browse files Browse the repository at this point in the history
Small fixup of commit 43755a6.

Fields user_type_id and chart_template_id were wrongly removed from account 608, crashing
the l10n_fr installation.

closes #48290

X-original-commit: 7b1fed7
Signed-off-by: Simon Goffin (sig) <sig@openerp.com>
Signed-off-by: Alex Tuyls <alt-odoo@users.noreply.github.com>
  • Loading branch information
alt-odoo committed Mar 24, 2020
1 parent 29969c5 commit a864edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/l10n_fr/data/account_chart_template_data.xml
Expand Up @@ -3276,6 +3276,8 @@
<record id="pcg_608" model="account.account.template"> <record id="pcg_608" model="account.account.template">
<field name="name">Frais accessoires incorporés aux achats</field> <field name="name">Frais accessoires incorporés aux achats</field>
<field name="code">608</field> <field name="code">608</field>
<field name="user_type_id" ref="account.data_account_type_expenses"/>
<field name="chart_template_id" ref="l10n_fr_pcg_chart_template"/>
</record> </record>


<record id="pcg_6081" model="account.account.template"> <record id="pcg_6081" model="account.account.template">
Expand Down

0 comments on commit a864edc

Please sign in to comment.