Skip to content
Snippets Groups Projects
Commit f979d019 authored by Andrea Grazioso (agr-odoo)'s avatar Andrea Grazioso (agr-odoo)
Browse files

[FIX] l10n_be: readd 140,141 to the chart of accounts


After 95b74f40 reworked the BE CoA, the accounts "140000-Bénéfice
reporté" and "141000-Perte reportée" are missing in the chart of account.
Tose accounts are part of the minimal legal accounts needed and are also used
in the Belgian Balance sheet in the section "14 - Bénéfice (Perte) reporté(e)".

opw-2871547

closes odoo/odoo#109087

X-original-commit: 52593400
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
Signed-off-by: default avatarGrazioso Andrea (agr) <agr@odoo.com>
parent c9fdd4f2
Branches
Tags
No related merge requests found
......@@ -59,6 +59,8 @@
"a1311","Other reserves not available","1311","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a132","Untaxed reserves","132","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a133","Available reserves","133","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a140","Profit carried forward","140","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a141","Loss carried forward","141","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a15","Investment grants","15","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a151","Investment grants received in cash","151","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
"a152","Investment grants received in kind","152","account.data_account_type_equity","l10n_be.l10nbe_chart_template","","False"
......@@ -362,7 +364,7 @@
"a673","Foreign income taxes on the result of prior periods","673","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a680","Transfer to deferred taxes","680","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a689","Transfer to untaxed reserves","689","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a690","Loss brought forward","690","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a690","Loss brought forward from previous year","690","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a691","Appropriations to capital and share premium account","691","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a6920","Appropriations to legal reserve","6920","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
"a6921","Appropriations to other reserves","6921","account.data_account_type_expenses","l10n_be.l10nbe_chart_template","","False"
......@@ -421,7 +423,7 @@
"a773","Adjustment of foreign income taxes","773","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
"a780","Transfer from deferred taxes","780","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","account.account_tag_operating","False"
"a789","Transfer from untaxed reserves","789","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","account.account_tag_operating","False"
"a790","Profit brought forward","790","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
"a790","Profit brought forward from previous year","790","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
"a791","Withdrawal from the association or foundation funds","791","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
"a792","Withdrawal from allocated funds","792","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
"a793","Losses to be carried forward","793","account.data_account_type_revenue","l10n_be.l10nbe_chart_template","","False"
......
......@@ -3797,7 +3797,14 @@ msgstr ""
#: model:account.account,name:l10n_be.1_a690
#: model:account.account,name:l10n_be.2_a690
#: model:account.account.template,name:l10n_be.a690
msgid "Loss brought forward"
msgid "Loss brought forward from previous year"
msgstr ""
#. module: l10n_be
#: model:account.account,name:l10n_be.1_a141
#: model:account.account,name:l10n_be.2_a141
#: model:account.account.template,name:l10n_be.a141
msgid "Loss carried forward"
msgstr ""
#. module: l10n_be
......@@ -4770,7 +4777,14 @@ msgstr ""
#: model:account.account,name:l10n_be.1_a790
#: model:account.account,name:l10n_be.2_a790
#: model:account.account.template,name:l10n_be.a790
msgid "Profit brought forward"
msgid "Profit brought forward from previous year"
msgstr ""
#. module: l10n_be
#: model:account.account,name:l10n_be.1_a140
#: model:account.account,name:l10n_be.2_a140
#: model:account.account.template,name:l10n_be.a140
msgid "Profit carried forward"
msgstr ""
#. module: l10n_be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment