@@ -49,6 +49,13 @@ msgstr ""
49
49
msgid "<b>Taxes summary</b>"
50
50
msgstr ""
51
51
52
+ #. module: account_financial_report
53
+ #: model_terms:ir.ui.view,arch_db: account_financial_report.trial_balance_wizard
54
+ msgid ""
55
+ "<i class=\" fa fa-exclamation-triangle mr-3\" />\n"
56
+ " Duplicate amounts may be shown because more than one analytical account may be defined in the journal items."
57
+ msgstr ""
58
+
52
59
#. module: account_financial_report
53
60
#: model_terms:ir.ui.view,arch_db: account_financial_report.res_config_settings_view_form
54
61
msgid "<span class=\" o_form_label\" >Intervals configuration</span>"
@@ -336,6 +343,7 @@ msgstr ""
336
343
337
344
#. module: account_financial_report
338
345
#: model:ir.model.fields,field_description: account_financial_report.field_account_move_line__analytic_account_ids
346
+ #: model:ir.model.fields.selection,name: account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
339
347
msgid "Analytic Account"
340
348
msgstr ""
341
349
@@ -945,6 +953,7 @@ msgstr ""
945
953
946
954
#. module: account_financial_report
947
955
#: model:ir.model.fields,field_description: account_financial_report.field_general_ledger_report_wizard__grouped_by
956
+ #: model:ir.model.fields,field_description: account_financial_report.field_trial_balance_report_wizard__grouped_by
948
957
msgid "Grouped By"
949
958
msgstr ""
950
959
@@ -1586,6 +1595,14 @@ msgstr ""
1586
1595
msgid "Starting account in a range"
1587
1596
msgstr ""
1588
1597
1598
+ #. module: account_financial_report
1599
+ #. odoo-python
1600
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1601
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1602
+ #, python-format
1603
+ msgid "TOTAL"
1604
+ msgstr ""
1605
+
1589
1606
#. module: account_financial_report
1590
1607
#: model_terms:ir.ui.view,arch_db: account_financial_report.report_general_ledger_lines
1591
1608
msgid "Tags"
@@ -1746,7 +1763,10 @@ msgid "To:"
1746
1763
msgstr ""
1747
1764
1748
1765
#. module: account_financial_report
1766
+ #. odoo-python
1767
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1749
1768
#: model_terms:ir.ui.view,arch_db: account_financial_report.report_aged_partner_balance_account_ending_cumul
1769
+ #, python-format
1750
1770
msgid "Total"
1751
1771
msgstr ""
1752
1772
@@ -1880,6 +1900,13 @@ msgstr ""
1880
1900
msgid "With Account Name"
1881
1901
msgstr ""
1882
1902
1903
+ #. module: account_financial_report
1904
+ #. odoo-python
1905
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1906
+ #, python-format
1907
+ msgid "Without analytic account"
1908
+ msgstr ""
1909
+
1883
1910
#. module: account_financial_report
1884
1911
#. odoo-python
1885
1912
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
0 commit comments