odoo-addon-account-financial-report 17.0.1.5.0__py3-none-any.whl → 17.0.1.6.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-account-financial-report might be problematic. Click here for more details.

Files changed (33) hide show
  1. odoo/addons/account_financial_report/README.rst +1 -1
  2. odoo/addons/account_financial_report/__manifest__.py +1 -1
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +27 -0
  4. odoo/addons/account_financial_report/i18n/ar.po +28 -0
  5. odoo/addons/account_financial_report/i18n/ca.po +28 -0
  6. odoo/addons/account_financial_report/i18n/de.po +28 -0
  7. odoo/addons/account_financial_report/i18n/es.po +28 -0
  8. odoo/addons/account_financial_report/i18n/es_AR.po +28 -0
  9. odoo/addons/account_financial_report/i18n/es_MX.po +28 -0
  10. odoo/addons/account_financial_report/i18n/fr.po +28 -0
  11. odoo/addons/account_financial_report/i18n/fr_CH.po +28 -0
  12. odoo/addons/account_financial_report/i18n/fr_FR.po +28 -0
  13. odoo/addons/account_financial_report/i18n/hr.po +28 -0
  14. odoo/addons/account_financial_report/i18n/hr_HR.po +28 -0
  15. odoo/addons/account_financial_report/i18n/it.po +28 -0
  16. odoo/addons/account_financial_report/i18n/ja.po +28 -0
  17. odoo/addons/account_financial_report/i18n/nl.po +28 -0
  18. odoo/addons/account_financial_report/i18n/nl_NL.po +28 -0
  19. odoo/addons/account_financial_report/i18n/pt.po +28 -0
  20. odoo/addons/account_financial_report/i18n/pt_BR.po +28 -0
  21. odoo/addons/account_financial_report/i18n/ro.po +28 -0
  22. odoo/addons/account_financial_report/i18n/sv.po +28 -0
  23. odoo/addons/account_financial_report/i18n/tr.po +28 -0
  24. odoo/addons/account_financial_report/report/templates/trial_balance.xml +181 -73
  25. odoo/addons/account_financial_report/report/trial_balance.py +190 -3
  26. odoo/addons/account_financial_report/report/trial_balance_xlsx.py +34 -14
  27. odoo/addons/account_financial_report/static/description/index.html +1 -1
  28. odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +11 -0
  29. odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml +15 -2
  30. {odoo_addon_account_financial_report-17.0.1.5.0.dist-info → odoo_addon_account_financial_report-17.0.1.6.0.1.dist-info}/METADATA +2 -2
  31. {odoo_addon_account_financial_report-17.0.1.5.0.dist-info → odoo_addon_account_financial_report-17.0.1.6.0.1.dist-info}/RECORD +33 -33
  32. {odoo_addon_account_financial_report-17.0.1.5.0.dist-info → odoo_addon_account_financial_report-17.0.1.6.0.1.dist-info}/WHEEL +0 -0
  33. {odoo_addon_account_financial_report-17.0.1.5.0.dist-info → odoo_addon_account_financial_report-17.0.1.6.0.1.dist-info}/top_level.txt +0 -0
@@ -52,6 +52,14 @@ msgstr "91 - 120 j."
52
52
  msgid "<b>Taxes summary</b>"
53
53
  msgstr "<b> Synth??se des taxes</b>"
54
54
 
55
+ #. module: account_financial_report
56
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
57
+ msgid ""
58
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
59
+ " Duplicate amounts may be shown because more than one "
60
+ "analytical account may be defined in the journal items."
61
+ msgstr ""
62
+
55
63
  #. module: account_financial_report
56
64
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
57
65
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -335,6 +343,7 @@ msgstr "Montant Devise."
335
343
 
336
344
  #. module: account_financial_report
337
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
338
347
  msgid "Analytic Account"
339
348
  msgstr "Compte analytique"
340
349
 
@@ -951,6 +960,7 @@ msgstr "Grouper les ??critures par"
951
960
 
952
961
  #. module: account_financial_report
953
962
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
963
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
954
964
  msgid "Grouped By"
955
965
  msgstr "Group?? par"
956
966
 
@@ -1593,6 +1603,14 @@ msgstr "Date de d??but"
1593
1603
  msgid "Starting account in a range"
1594
1604
  msgstr "Compte de d??but dans une p??riode"
1595
1605
 
1606
+ #. module: account_financial_report
1607
+ #. odoo-python
1608
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1609
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1610
+ #, python-format
1611
+ msgid "TOTAL"
1612
+ msgstr ""
1613
+
1596
1614
  #. module: account_financial_report
1597
1615
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1598
1616
  msgid "Tags"
@@ -1761,7 +1779,10 @@ msgid "To:"
1761
1779
  msgstr "Au :"
1762
1780
 
1763
1781
  #. module: account_financial_report
1782
+ #. odoo-python
1783
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1764
1784
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1785
+ #, python-format
1765
1786
  msgid "Total"
1766
1787
  msgstr "Total"
1767
1788
 
@@ -1903,6 +1924,13 @@ msgstr ""
1903
1924
  msgid "With Account Name"
1904
1925
  msgstr "Avec le nom du compte"
1905
1926
 
1927
+ #. module: account_financial_report
1928
+ #. odoo-python
1929
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1930
+ #, python-format
1931
+ msgid "Without analytic account"
1932
+ msgstr ""
1933
+
1906
1934
  #. module: account_financial_report
1907
1935
  #. odoo-python
1908
1936
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -53,6 +53,14 @@ msgstr "91 - 120 d."
53
53
  msgid "<b>Taxes summary</b>"
54
54
  msgstr "<b>Sa??etak poreza</b>"
55
55
 
56
+ #. module: account_financial_report
57
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
58
+ msgid ""
59
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
60
+ " Duplicate amounts may be shown because more than one "
61
+ "analytical account may be defined in the journal items."
62
+ msgstr ""
63
+
56
64
  #. module: account_financial_report
57
65
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
58
66
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -337,6 +345,7 @@ msgstr "Iznos u val."
337
345
 
338
346
  #. module: account_financial_report
339
347
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
348
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
340
349
  msgid "Analytic Account"
341
350
  msgstr "Analiti??ki Konto"
342
351
 
@@ -947,6 +956,7 @@ msgstr "Grupiraj stavke po"
947
956
 
948
957
  #. module: account_financial_report
949
958
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
959
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
950
960
  msgid "Grouped By"
951
961
  msgstr "Grupirano po"
952
962
 
@@ -1581,6 +1591,14 @@ msgstr "Po??etni datum"
1581
1591
  msgid "Starting account in a range"
1582
1592
  msgstr "Po??etni konto u rasponu"
1583
1593
 
1594
+ #. module: account_financial_report
1595
+ #. odoo-python
1596
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1597
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1598
+ #, python-format
1599
+ msgid "TOTAL"
1600
+ msgstr ""
1601
+
1584
1602
  #. module: account_financial_report
1585
1603
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1586
1604
  msgid "Tags"
@@ -1741,7 +1759,10 @@ msgid "To:"
1741
1759
  msgstr "Do:"
1742
1760
 
1743
1761
  #. module: account_financial_report
1762
+ #. odoo-python
1763
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1744
1764
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1765
+ #, python-format
1745
1766
  msgid "Total"
1746
1767
  msgstr "Ukupno"
1747
1768
 
@@ -1875,6 +1896,13 @@ msgstr ""
1875
1896
  msgid "With Account Name"
1876
1897
  msgstr "Sa nazivom konta"
1877
1898
 
1899
+ #. module: account_financial_report
1900
+ #. odoo-python
1901
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1902
+ #, python-format
1903
+ msgid "Without analytic account"
1904
+ msgstr ""
1905
+
1878
1906
  #. module: account_financial_report
1879
1907
  #. odoo-python
1880
1908
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -56,6 +56,14 @@ msgstr ""
56
56
  msgid "<b>Taxes summary</b>"
57
57
  msgstr ""
58
58
 
59
+ #. module: account_financial_report
60
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
61
+ msgid ""
62
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
63
+ " Duplicate amounts may be shown because more than one "
64
+ "analytical account may be defined in the journal items."
65
+ msgstr ""
66
+
59
67
  #. module: account_financial_report
60
68
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
61
69
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -344,6 +352,7 @@ msgstr ""
344
352
 
345
353
  #. module: account_financial_report
346
354
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
355
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
347
356
  #, fuzzy
348
357
  msgid "Analytic Account"
349
358
  msgstr "Konto"
@@ -948,6 +957,7 @@ msgstr ""
948
957
 
949
958
  #. module: account_financial_report
950
959
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
960
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
951
961
  msgid "Grouped By"
952
962
  msgstr ""
953
963
 
@@ -1578,6 +1588,14 @@ msgstr ""
1578
1588
  msgid "Starting account in a range"
1579
1589
  msgstr ""
1580
1590
 
1591
+ #. module: account_financial_report
1592
+ #. odoo-python
1593
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1594
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1595
+ #, python-format
1596
+ msgid "TOTAL"
1597
+ msgstr ""
1598
+
1581
1599
  #. module: account_financial_report
1582
1600
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1583
1601
  msgid "Tags"
@@ -1738,7 +1756,10 @@ msgid "To:"
1738
1756
  msgstr ""
1739
1757
 
1740
1758
  #. module: account_financial_report
1759
+ #. odoo-python
1760
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1741
1761
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1762
+ #, python-format
1742
1763
  msgid "Total"
1743
1764
  msgstr "Ukupno"
1744
1765
 
@@ -1878,6 +1899,13 @@ msgstr ""
1878
1899
  msgid "With Account Name"
1879
1900
  msgstr ""
1880
1901
 
1902
+ #. module: account_financial_report
1903
+ #. odoo-python
1904
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1905
+ #, python-format
1906
+ msgid "Without analytic account"
1907
+ msgstr ""
1908
+
1881
1909
  #. module: account_financial_report
1882
1910
  #. odoo-python
1883
1911
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -53,6 +53,14 @@ msgstr "91 - 120 g."
53
53
  msgid "<b>Taxes summary</b>"
54
54
  msgstr "<b>Riepilogo imposte</b>"
55
55
 
56
+ #. module: account_financial_report
57
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
58
+ msgid ""
59
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
60
+ " Duplicate amounts may be shown because more than one "
61
+ "analytical account may be defined in the journal items."
62
+ msgstr ""
63
+
56
64
  #. module: account_financial_report
57
65
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
58
66
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -344,6 +352,7 @@ msgstr "Importo val."
344
352
 
345
353
  #. module: account_financial_report
346
354
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
355
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
347
356
  msgid "Analytic Account"
348
357
  msgstr "Conto analitico"
349
358
 
@@ -959,6 +968,7 @@ msgstr "Raggruppa registrazioni per"
959
968
 
960
969
  #. module: account_financial_report
961
970
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
971
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
962
972
  msgid "Grouped By"
963
973
  msgstr "Raggruppato per"
964
974
 
@@ -1604,6 +1614,14 @@ msgstr "Data inizio"
1604
1614
  msgid "Starting account in a range"
1605
1615
  msgstr "Inizio conto in un intervallo"
1606
1616
 
1617
+ #. module: account_financial_report
1618
+ #. odoo-python
1619
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1620
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1621
+ #, python-format
1622
+ msgid "TOTAL"
1623
+ msgstr ""
1624
+
1607
1625
  #. module: account_financial_report
1608
1626
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1609
1627
  msgid "Tags"
@@ -1772,7 +1790,10 @@ msgid "To:"
1772
1790
  msgstr "A:"
1773
1791
 
1774
1792
  #. module: account_financial_report
1793
+ #. odoo-python
1794
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1775
1795
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1796
+ #, python-format
1776
1797
  msgid "Total"
1777
1798
  msgstr "Totale"
1778
1799
 
@@ -1914,6 +1935,13 @@ msgstr ""
1914
1935
  msgid "With Account Name"
1915
1936
  msgstr "Con nome conto"
1916
1937
 
1938
+ #. module: account_financial_report
1939
+ #. odoo-python
1940
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1941
+ #, python-format
1942
+ msgid "Without analytic account"
1943
+ msgstr ""
1944
+
1917
1945
  #. module: account_financial_report
1918
1946
  #. odoo-python
1919
1947
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -53,6 +53,14 @@ msgstr "91 - 120 ???"
53
53
  msgid "<b>Taxes summary</b>"
54
54
  msgstr "<b>????????????</b>"
55
55
 
56
+ #. module: account_financial_report
57
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
58
+ msgid ""
59
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
60
+ " Duplicate amounts may be shown because more than one "
61
+ "analytical account may be defined in the journal items."
62
+ msgstr ""
63
+
56
64
  #. module: account_financial_report
57
65
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
58
66
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -338,6 +346,7 @@ msgstr ""
338
346
 
339
347
  #. module: account_financial_report
340
348
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
349
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
341
350
  #, fuzzy
342
351
  msgid "Analytic Account"
343
352
  msgstr "????????????"
@@ -941,6 +950,7 @@ msgstr ""
941
950
 
942
951
  #. module: account_financial_report
943
952
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
953
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
944
954
  msgid "Grouped By"
945
955
  msgstr ""
946
956
 
@@ -1571,6 +1581,14 @@ msgstr ""
1571
1581
  msgid "Starting account in a range"
1572
1582
  msgstr ""
1573
1583
 
1584
+ #. module: account_financial_report
1585
+ #. odoo-python
1586
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1587
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1588
+ #, python-format
1589
+ msgid "TOTAL"
1590
+ msgstr ""
1591
+
1574
1592
  #. module: account_financial_report
1575
1593
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1576
1594
  msgid "Tags"
@@ -1731,7 +1749,10 @@ msgid "To:"
1731
1749
  msgstr ""
1732
1750
 
1733
1751
  #. module: account_financial_report
1752
+ #. odoo-python
1753
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1734
1754
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1755
+ #, python-format
1735
1756
  msgid "Total"
1736
1757
  msgstr ""
1737
1758
 
@@ -1866,6 +1887,13 @@ msgstr ""
1866
1887
  msgid "With Account Name"
1867
1888
  msgstr ""
1868
1889
 
1890
+ #. module: account_financial_report
1891
+ #. odoo-python
1892
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1893
+ #, python-format
1894
+ msgid "Without analytic account"
1895
+ msgstr ""
1896
+
1869
1897
  #. module: account_financial_report
1870
1898
  #. odoo-python
1871
1899
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -55,6 +55,14 @@ msgstr "91 - 120 d."
55
55
  msgid "<b>Taxes summary</b>"
56
56
  msgstr "<b>Belasting samenvatting</b>"
57
57
 
58
+ #. module: account_financial_report
59
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
60
+ msgid ""
61
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
62
+ " Duplicate amounts may be shown because more than one "
63
+ "analytical account may be defined in the journal items."
64
+ msgstr ""
65
+
58
66
  #. module: account_financial_report
59
67
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
60
68
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -338,6 +346,7 @@ msgstr "Valutabedrag."
338
346
 
339
347
  #. module: account_financial_report
340
348
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
349
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
341
350
  msgid "Analytic Account"
342
351
  msgstr "Analytische Rekening"
343
352
 
@@ -953,6 +962,7 @@ msgstr "Groepeer boekingen per"
953
962
 
954
963
  #. module: account_financial_report
955
964
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
965
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
956
966
  msgid "Grouped By"
957
967
  msgstr "Gegroepeerd op"
958
968
 
@@ -1595,6 +1605,14 @@ msgstr "Startdatum"
1595
1605
  msgid "Starting account in a range"
1596
1606
  msgstr "Start rekening in een bereik"
1597
1607
 
1608
+ #. module: account_financial_report
1609
+ #. odoo-python
1610
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1611
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1612
+ #, python-format
1613
+ msgid "TOTAL"
1614
+ msgstr ""
1615
+
1598
1616
  #. module: account_financial_report
1599
1617
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1600
1618
  msgid "Tags"
@@ -1763,7 +1781,10 @@ msgid "To:"
1763
1781
  msgstr "Naar:"
1764
1782
 
1765
1783
  #. module: account_financial_report
1784
+ #. odoo-python
1785
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1766
1786
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1787
+ #, python-format
1767
1788
  msgid "Total"
1768
1789
  msgstr "Totaal"
1769
1790
 
@@ -1905,6 +1926,13 @@ msgstr ""
1905
1926
  msgid "With Account Name"
1906
1927
  msgstr "Met rekening naam"
1907
1928
 
1929
+ #. module: account_financial_report
1930
+ #. odoo-python
1931
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1932
+ #, python-format
1933
+ msgid "Without analytic account"
1934
+ msgstr ""
1935
+
1908
1936
  #. module: account_financial_report
1909
1937
  #. odoo-python
1910
1938
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -55,6 +55,14 @@ msgstr ""
55
55
  msgid "<b>Taxes summary</b>"
56
56
  msgstr ""
57
57
 
58
+ #. module: account_financial_report
59
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
60
+ msgid ""
61
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
62
+ " Duplicate amounts may be shown because more than one "
63
+ "analytical account may be defined in the journal items."
64
+ msgstr ""
65
+
58
66
  #. module: account_financial_report
59
67
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
60
68
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -343,6 +351,7 @@ msgstr ""
343
351
 
344
352
  #. module: account_financial_report
345
353
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
354
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
346
355
  #, fuzzy
347
356
  msgid "Analytic Account"
348
357
  msgstr "Rekening"
@@ -947,6 +956,7 @@ msgstr ""
947
956
 
948
957
  #. module: account_financial_report
949
958
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
959
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
950
960
  msgid "Grouped By"
951
961
  msgstr ""
952
962
 
@@ -1577,6 +1587,14 @@ msgstr ""
1577
1587
  msgid "Starting account in a range"
1578
1588
  msgstr ""
1579
1589
 
1590
+ #. module: account_financial_report
1591
+ #. odoo-python
1592
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1593
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1594
+ #, python-format
1595
+ msgid "TOTAL"
1596
+ msgstr ""
1597
+
1580
1598
  #. module: account_financial_report
1581
1599
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1582
1600
  msgid "Tags"
@@ -1737,7 +1755,10 @@ msgid "To:"
1737
1755
  msgstr ""
1738
1756
 
1739
1757
  #. module: account_financial_report
1758
+ #. odoo-python
1759
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1740
1760
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1761
+ #, python-format
1741
1762
  msgid "Total"
1742
1763
  msgstr ""
1743
1764
 
@@ -1874,6 +1895,13 @@ msgstr ""
1874
1895
  msgid "With Account Name"
1875
1896
  msgstr ""
1876
1897
 
1898
+ #. module: account_financial_report
1899
+ #. odoo-python
1900
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1901
+ #, python-format
1902
+ msgid "Without analytic account"
1903
+ msgstr ""
1904
+
1877
1905
  #. module: account_financial_report
1878
1906
  #. odoo-python
1879
1907
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -55,6 +55,14 @@ msgstr "91 - 120 d."
55
55
  msgid "<b>Taxes summary</b>"
56
56
  msgstr "<b>Resumo de impostos</b>"
57
57
 
58
+ #. module: account_financial_report
59
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
60
+ msgid ""
61
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
62
+ " Duplicate amounts may be shown because more than one "
63
+ "analytical account may be defined in the journal items."
64
+ msgstr ""
65
+
58
66
  #. module: account_financial_report
59
67
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
60
68
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -346,6 +354,7 @@ msgstr "Montante em moeda."
346
354
 
347
355
  #. module: account_financial_report
348
356
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
357
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
349
358
  msgid "Analytic Account"
350
359
  msgstr "Conta Analítica"
351
360
 
@@ -953,6 +962,7 @@ msgstr "Agrupar movimentos por"
953
962
 
954
963
  #. module: account_financial_report
955
964
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
965
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
956
966
  msgid "Grouped By"
957
967
  msgstr "Agrupar Por"
958
968
 
@@ -1596,6 +1606,14 @@ msgstr "Data inicial"
1596
1606
  msgid "Starting account in a range"
1597
1607
  msgstr "Conta inicial no intervalo"
1598
1608
 
1609
+ #. module: account_financial_report
1610
+ #. odoo-python
1611
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1612
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1613
+ #, python-format
1614
+ msgid "TOTAL"
1615
+ msgstr ""
1616
+
1599
1617
  #. module: account_financial_report
1600
1618
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1601
1619
  msgid "Tags"
@@ -1762,7 +1780,10 @@ msgid "To:"
1762
1780
  msgstr "Para:"
1763
1781
 
1764
1782
  #. module: account_financial_report
1783
+ #. odoo-python
1784
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1765
1785
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1786
+ #, python-format
1766
1787
  msgid "Total"
1767
1788
  msgstr "Total"
1768
1789
 
@@ -1903,6 +1924,13 @@ msgstr ""
1903
1924
  msgid "With Account Name"
1904
1925
  msgstr "Com Nome de Conta"
1905
1926
 
1927
+ #. module: account_financial_report
1928
+ #. odoo-python
1929
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1930
+ #, python-format
1931
+ msgid "Without analytic account"
1932
+ msgstr ""
1933
+
1906
1934
  #. module: account_financial_report
1907
1935
  #. odoo-python
1908
1936
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -52,6 +52,14 @@ msgstr "91 - 120 d."
52
52
  msgid "<b>Taxes summary</b>"
53
53
  msgstr "<b>Resumo de Impostos</b>"
54
54
 
55
+ #. module: account_financial_report
56
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
57
+ msgid ""
58
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
59
+ " Duplicate amounts may be shown because more than one "
60
+ "analytical account may be defined in the journal items."
61
+ msgstr ""
62
+
55
63
  #. module: account_financial_report
56
64
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
57
65
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -335,6 +343,7 @@ msgstr "Valor."
335
343
 
336
344
  #. module: account_financial_report
337
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
338
347
  msgid "Analytic Account"
339
348
  msgstr "Conta Anal??tica"
340
349
 
@@ -950,6 +959,7 @@ msgstr "Agrupar lan??amentos por"
950
959
 
951
960
  #. module: account_financial_report
952
961
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
962
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
953
963
  msgid "Grouped By"
954
964
  msgstr "Agrupado Por"
955
965
 
@@ -1592,6 +1602,14 @@ msgstr "Data inicial"
1592
1602
  msgid "Starting account in a range"
1593
1603
  msgstr "Iniciando conta em um intervalo"
1594
1604
 
1605
+ #. module: account_financial_report
1606
+ #. odoo-python
1607
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1608
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1609
+ #, python-format
1610
+ msgid "TOTAL"
1611
+ msgstr ""
1612
+
1595
1613
  #. module: account_financial_report
1596
1614
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1597
1615
  msgid "Tags"
@@ -1760,7 +1778,10 @@ msgid "To:"
1760
1778
  msgstr "Para:"
1761
1779
 
1762
1780
  #. module: account_financial_report
1781
+ #. odoo-python
1782
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1763
1783
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1784
+ #, python-format
1764
1785
  msgid "Total"
1765
1786
  msgstr "Total"
1766
1787
 
@@ -1902,6 +1923,13 @@ msgstr ""
1902
1923
  msgid "With Account Name"
1903
1924
  msgstr "Com Nome de Conta"
1904
1925
 
1926
+ #. module: account_financial_report
1927
+ #. odoo-python
1928
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1929
+ #, python-format
1930
+ msgid "Without analytic account"
1931
+ msgstr ""
1932
+
1905
1933
  #. module: account_financial_report
1906
1934
  #. odoo-python
1907
1935
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0