Hello everyone,
While i tried to import French COA (French chart of accounts) in Axelor version 8.5.1 i face the following errror:
I checked the file « axelor-open-suite/axelor-account/src/main/resources/l10n/chart-config.xml at master · axelor/axelor-open-suite · GitHub » (on branch master)
and the corresponding lines:
Compared with the same file on branch 8.4 « axelor-open-suite/axelor-account/src/main/resources/l10n/chart-config.xml at 8.4 · axelor/axelor-open-suite · GitHub »
Of course this lines are not present in version 8.4+ because they didn’t had "
Feature RM#96040:Account: Add check in XML import"
It seems that there is a « typo » on the part :
(‹ com.axelor.apps.account.db.AccountManagement ›, ‹ typeSelect, › typeSelect,)"
this line shouldn’t finish with " typeSelect,)".
I modified it like this: ‹ typeSelect ›, typeSelect)"
And compiled again.
Deployed the WAR with fixes, it seems this was fixed !




