Hello,
I wish to move by default in a customized module the french chart of accounts from 6 to 8 digits.
I get error message but the chart of accounts still stick to 6 digits.
<?xml version="1.0" encoding="utf-8"?> <odoo> <data noupdate="0"> <record id="l10n_fr.l10n_fr_pcg_chart_template" model="account.chart.template"> <field name="code_digits" eval="8"/> </record> </data> </odoo>