Merge pull request #41232 from FHenry/dev_fix_french_chart_of_account

fix: French chart of account the 4191 code must be of type Income Account
This commit is contained in:
ruthra kumar
2024-05-31 10:17:21 +05:30
committed by GitHub

View File

@@ -1525,7 +1525,8 @@
"41-Clients et comptes rattach\u00e9s (PASSIF)": {
"Clients cr\u00e9diteurs": {
"Clients - Avances et acomptes re\u00e7us sur commandes": {
"account_number": "4191"
"account_number": "4191",
"account_type": "Income Account"
},
"Clients - Dettes pour emballages et mat\u00e9riels consign\u00e9s": {
"account_number": "4196"
@@ -3141,4 +3142,4 @@
"account_number": "7"
}
}
}
}