diff --git a/account_financial_report/i18n/ar.po b/account_financial_report/i18n/ar.po
index 731833b7759..a3a302585f7 100644
--- a/account_financial_report/i18n/ar.po
+++ b/account_financial_report/i18n/ar.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 يوم."
msgid "Taxes summary"
msgstr "موجز الضرائب"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -340,6 +348,7 @@ msgstr "القيمة بالعملة."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "ترشيح الحسابات"
@@ -955,6 +964,7 @@ msgstr "تجميع القيود حسب"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1622,6 +1632,14 @@ msgstr ""
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1782,7 +1800,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr ""
@@ -1919,6 +1940,13 @@ msgstr ""
msgid "With Account Name"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/ca.po b/account_financial_report/i18n/ca.po
index 1c1436da674..724d5a764d3 100644
--- a/account_financial_report/i18n/ca.po
+++ b/account_financial_report/i18n/ca.po
@@ -55,6 +55,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Resum d'impostos"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -346,6 +354,7 @@ msgstr "Import actual"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Compte analític"
@@ -962,6 +971,7 @@ msgstr "Agrupar apunts per"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Agrupat per"
@@ -1634,6 +1644,14 @@ msgstr "Data inicial"
msgid "Starting account in a range"
msgstr "Compte inicial del rang"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1802,7 +1820,10 @@ msgid "To:"
msgstr "Fins:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1943,6 +1964,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Amb el nom de compte"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/de.po b/account_financial_report/i18n/de.po
index 2e837d0d8a1..8dfadd40236 100644
--- a/account_financial_report/i18n/de.po
+++ b/account_financial_report/i18n/de.po
@@ -57,6 +57,14 @@ msgstr "91-120 T."
msgid "Taxes summary"
msgstr "Steuerbuchungen Zusammenfassung"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -346,6 +354,7 @@ msgstr "Betragwähr."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "Konten filtern"
@@ -968,6 +977,7 @@ msgstr "Gruppieren nach"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1642,6 +1652,14 @@ msgstr "Anfangsdatum"
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1809,7 +1827,10 @@ msgid "To:"
msgstr "Bis:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Gesamt"
@@ -1954,6 +1975,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Mit Kontobezeichnung"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po
index 8f086f10d3b..a23283637a7 100644
--- a/account_financial_report/i18n/es.po
+++ b/account_financial_report/i18n/es.po
@@ -53,6 +53,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Resumen de Impuestos"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -344,6 +352,7 @@ msgstr "Importe moneda."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Cuenta Analítica"
@@ -961,6 +970,7 @@ msgstr "Agrupar por"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Agrupado por"
@@ -1635,6 +1645,14 @@ msgstr "Fecha de inicio"
msgid "Starting account in a range"
msgstr "Cuenta inicial en un rango"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1803,7 +1821,10 @@ msgid "To:"
msgstr "A:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1946,6 +1967,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Cuenta con Nombre"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/es_AR.po b/account_financial_report/i18n/es_AR.po
index 38eda13a63f..b276056965b 100644
--- a/account_financial_report/i18n/es_AR.po
+++ b/account_financial_report/i18n/es_AR.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Resumen de Impuestos"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -335,6 +343,7 @@ msgstr "Total Act."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Cuenta Analítica"
@@ -951,6 +960,7 @@ msgstr "Agrupar por"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Agrupar por"
@@ -1619,6 +1629,14 @@ msgstr "Fecha de inicio"
msgid "Starting account in a range"
msgstr "Cuenta inicial en un rango"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1787,7 +1805,10 @@ msgid "To:"
msgstr "A:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1929,6 +1950,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Cuenta con Nombre"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po
index 4c84c01eae1..b8892d05f31 100644
--- a/account_financial_report/i18n/es_MX.po
+++ b/account_financial_report/i18n/es_MX.po
@@ -58,6 +58,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr ""
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -341,6 +349,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr ""
@@ -944,6 +953,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1600,6 +1610,14 @@ msgstr ""
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1760,7 +1778,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr ""
@@ -1894,6 +1915,13 @@ msgstr ""
msgid "With Account Name"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/fr.po b/account_financial_report/i18n/fr.po
index a0677f484ce..1b6008d2c0d 100644
--- a/account_financial_report/i18n/fr.po
+++ b/account_financial_report/i18n/fr.po
@@ -55,6 +55,14 @@ msgstr "91 - 120 j."
msgid "Taxes summary"
msgstr "Synthèse des taxes"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -338,6 +346,7 @@ msgstr "Montant dev."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Compte analytique"
@@ -955,6 +964,7 @@ msgstr "Grouper les écritures par"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Groupé par"
@@ -1623,6 +1633,14 @@ msgstr "Date de début"
msgid "Starting account in a range"
msgstr "Compte de début dans un intervalle"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1788,7 +1806,10 @@ msgid "To:"
msgstr "Jusqu'au :"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1931,6 +1952,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Avec le libellé du compte"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/fr_CH.po b/account_financial_report/i18n/fr_CH.po
index d9576993a3b..823ce898d06 100644
--- a/account_financial_report/i18n/fr_CH.po
+++ b/account_financial_report/i18n/fr_CH.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 j."
msgid "Taxes summary"
msgstr " Synthèse des taxes"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -339,6 +347,7 @@ msgstr "Montant Devise"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "Filtrer les comptes"
@@ -962,6 +971,7 @@ msgstr "Grouper les entrées par"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1637,6 +1647,14 @@ msgstr "Date de début"
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1804,7 +1822,10 @@ msgid "To:"
msgstr "Au:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1947,6 +1968,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Avec le nom du compte"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/fr_FR.po b/account_financial_report/i18n/fr_FR.po
index f3c4f5087a2..6f9aff6eb29 100644
--- a/account_financial_report/i18n/fr_FR.po
+++ b/account_financial_report/i18n/fr_FR.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 j."
msgid "Taxes summary"
msgstr " Synthèse des taxes"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -335,6 +343,7 @@ msgstr "Montant Devise."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Compte analytique"
@@ -951,6 +960,7 @@ msgstr "Grouper les écritures par"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Groupé par"
@@ -1619,6 +1629,14 @@ msgstr "Date de début"
msgid "Starting account in a range"
msgstr "Compte de début dans une période"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1786,7 +1804,10 @@ msgid "To:"
msgstr "Au :"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1928,6 +1949,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Avec le nom du compte"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/hr.po b/account_financial_report/i18n/hr.po
index 2a6871d54c2..b4552ed2134 100644
--- a/account_financial_report/i18n/hr.po
+++ b/account_financial_report/i18n/hr.po
@@ -53,6 +53,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Sažetak poreza"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -337,6 +345,7 @@ msgstr "Iznos u val."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Analitički Konto"
@@ -948,6 +957,7 @@ msgstr "Grupiraj stavke po"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Grupirano po"
@@ -1608,6 +1618,14 @@ msgstr "Početni datum"
msgid "Starting account in a range"
msgstr "Početni konto u rasponu"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1768,7 +1786,10 @@ msgid "To:"
msgstr "Do:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Ukupno"
@@ -1902,6 +1923,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Sa nazivom konta"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/hr_HR.po b/account_financial_report/i18n/hr_HR.po
index fb5c77b2433..fe35ec753ed 100644
--- a/account_financial_report/i18n/hr_HR.po
+++ b/account_financial_report/i18n/hr_HR.po
@@ -56,6 +56,14 @@ msgstr ""
msgid "Taxes summary"
msgstr ""
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -344,6 +352,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "Konto"
@@ -949,6 +958,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1605,6 +1615,14 @@ msgstr ""
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1765,7 +1783,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Ukupno"
@@ -1905,6 +1926,13 @@ msgstr ""
msgid "With Account Name"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/it.po b/account_financial_report/i18n/it.po
index e9ed95fce4c..a9e2a11b1cd 100644
--- a/account_financial_report/i18n/it.po
+++ b/account_financial_report/i18n/it.po
@@ -53,6 +53,14 @@ msgstr "91 - 120 g."
msgid "Taxes summary"
msgstr "Riepilogo imposte"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -344,6 +352,7 @@ msgstr "Importo val."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Conto analitico"
@@ -960,6 +969,7 @@ msgstr "Raggruppa registrazioni per"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Raggruppato per"
@@ -1631,6 +1641,14 @@ msgstr "Data inizio"
msgid "Starting account in a range"
msgstr "Inizio conto in un intervallo"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1799,7 +1817,10 @@ msgid "To:"
msgstr "A:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Totale"
@@ -1941,6 +1962,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Con nome conto"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/ja.po b/account_financial_report/i18n/ja.po
index 60f669a6e7d..b17834e478b 100644
--- a/account_financial_report/i18n/ja.po
+++ b/account_financial_report/i18n/ja.po
@@ -53,6 +53,14 @@ msgstr "91 - 120 日"
msgid "Taxes summary"
msgstr "税サマリ"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -338,6 +346,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "勘定科目"
@@ -942,6 +951,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1598,6 +1608,14 @@ msgstr ""
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1758,7 +1776,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr ""
@@ -1893,6 +1914,13 @@ msgstr ""
msgid "With Account Name"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/nl.po b/account_financial_report/i18n/nl.po
index 6438ed86c9b..2d2e8fad104 100644
--- a/account_financial_report/i18n/nl.po
+++ b/account_financial_report/i18n/nl.po
@@ -55,6 +55,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Belasting samenvatting"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -338,6 +346,7 @@ msgstr "Valutabedrag."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Analytische Rekening"
@@ -954,6 +963,7 @@ msgstr "Groepeer boekingen per"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Gegroepeerd op"
@@ -1622,6 +1632,14 @@ msgstr "Startdatum"
msgid "Starting account in a range"
msgstr "Start rekening in een bereik"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1790,7 +1808,10 @@ msgid "To:"
msgstr "Naar:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Totaal"
@@ -1932,6 +1953,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Met rekening naam"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/nl_NL.po b/account_financial_report/i18n/nl_NL.po
index bd20b70e7fb..aaabbe96a02 100644
--- a/account_financial_report/i18n/nl_NL.po
+++ b/account_financial_report/i18n/nl_NL.po
@@ -55,6 +55,14 @@ msgstr ""
msgid "Taxes summary"
msgstr ""
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -343,6 +351,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
#, fuzzy
msgid "Analytic Account"
msgstr "Rekening"
@@ -948,6 +957,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1604,6 +1614,14 @@ msgstr ""
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1764,7 +1782,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr ""
@@ -1901,6 +1922,13 @@ msgstr ""
msgid "With Account Name"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/pt.po b/account_financial_report/i18n/pt.po
index fd768bcdcb6..425101ff4de 100644
--- a/account_financial_report/i18n/pt.po
+++ b/account_financial_report/i18n/pt.po
@@ -55,6 +55,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Resumo de impostos"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -346,6 +354,7 @@ msgstr "Montante em moeda."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Conta Analítica"
@@ -954,6 +963,7 @@ msgstr "Agrupar movimentos por"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Agrupado por"
@@ -1624,6 +1634,14 @@ msgstr "Data inicial"
msgid "Starting account in a range"
msgstr "Conta inicial no intervalo"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1790,7 +1808,10 @@ msgid "To:"
msgstr "Para:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1931,6 +1952,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Com Nome de Conta"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/pt_BR.po b/account_financial_report/i18n/pt_BR.po
index 834f5d5bb2d..6834328d80d 100644
--- a/account_financial_report/i18n/pt_BR.po
+++ b/account_financial_report/i18n/pt_BR.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Resumo de Impostos"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -343,6 +351,7 @@ msgstr "Valor."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Conta Analítica"
@@ -959,6 +968,7 @@ msgstr "Agrupar lançamentos por"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Agrupado Por"
@@ -1633,6 +1643,14 @@ msgstr "Data inicial"
msgid "Starting account in a range"
msgstr "Iniciando conta em um intervalo"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1801,7 +1819,10 @@ msgid "To:"
msgstr "Para:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1942,6 +1963,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Com Nome de Conta"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/ro.po b/account_financial_report/i18n/ro.po
index 7e7d14effa5..491db7ed430 100644
--- a/account_financial_report/i18n/ro.po
+++ b/account_financial_report/i18n/ro.po
@@ -56,6 +56,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Rezumat taxe"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -340,6 +348,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Cont analitic"
@@ -951,6 +960,7 @@ msgstr "Intrări de grup după"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr ""
@@ -1613,6 +1623,14 @@ msgstr "Dată start"
msgid "Starting account in a range"
msgstr "Contul de pornire într-un interval"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1775,7 +1793,10 @@ msgid "To:"
msgstr "La:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1918,6 +1939,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Cu numele contului"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/sv.po b/account_financial_report/i18n/sv.po
index 5cb2bc8b551..be27a81e9b7 100644
--- a/account_financial_report/i18n/sv.po
+++ b/account_financial_report/i18n/sv.po
@@ -52,6 +52,14 @@ msgstr "91 - 120 d."
msgid "Taxes summary"
msgstr "Skatter sammanfattning"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -343,6 +351,7 @@ msgstr "Belopp val."
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Objekt konto"
@@ -959,6 +968,7 @@ msgstr "Gruppinlägg efter"
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Grupperad efter"
@@ -1629,6 +1639,14 @@ msgstr "Startdatum"
msgid "Starting account in a range"
msgstr "Påbörjar ett konto inom ett intervall"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1796,7 +1814,10 @@ msgid "To:"
msgstr "Till:"
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Total"
@@ -1937,6 +1958,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Med kontonamn"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
diff --git a/account_financial_report/i18n/tr.po b/account_financial_report/i18n/tr.po
index a3c8784d48d..8e90a49c48c 100644
--- a/account_financial_report/i18n/tr.po
+++ b/account_financial_report/i18n/tr.po
@@ -52,6 +52,14 @@ msgstr ""
msgid "Taxes summary"
msgstr "Vergi Özeti"
+#. module: account_financial_report
+#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
+msgid ""
+"\n"
+" Duplicate amounts may be shown because more than one "
+"analytical account may be defined in the journal items."
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
msgid "Intervals configuration"
@@ -335,6 +343,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
+#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
msgid "Analytic Account"
msgstr "Analitik Hesap"
@@ -950,6 +959,7 @@ msgstr ""
#. module: account_financial_report
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
+#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
msgid "Grouped By"
msgstr "Gruplanma"
@@ -1612,6 +1622,14 @@ msgstr "Başlama Tarihi"
msgid "Starting account in a range"
msgstr ""
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
+#, python-format
+msgid "TOTAL"
+msgstr ""
+
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
msgid "Tags"
@@ -1772,7 +1790,10 @@ msgid "To:"
msgstr ""
#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
+#, python-format
msgid "Total"
msgstr "Toplam"
@@ -1908,6 +1929,13 @@ msgstr ""
msgid "With Account Name"
msgstr "Hesap Adıyla"
+#. module: account_financial_report
+#. odoo-python
+#: code:addons/account_financial_report/report/trial_balance.py:0
+#, python-format
+msgid "Without analytic account"
+msgstr ""
+
#. module: account_financial_report
#. odoo-python
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0