odoo-addon-account-financial-report 16.0.1.11.0.1__py3-none-any.whl → 16.0.1.12.0.2__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 +33 -1
  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 +18 -2
  30. {odoo_addon_account_financial_report-16.0.1.11.0.1.dist-info → odoo_addon_account_financial_report-16.0.1.12.0.2.dist-info}/METADATA +2 -2
  31. {odoo_addon_account_financial_report-16.0.1.11.0.1.dist-info → odoo_addon_account_financial_report-16.0.1.12.0.2.dist-info}/RECORD +33 -33
  32. {odoo_addon_account_financial_report-16.0.1.11.0.1.dist-info → odoo_addon_account_financial_report-16.0.1.12.0.2.dist-info}/WHEEL +1 -1
  33. {odoo_addon_account_financial_report-16.0.1.11.0.1.dist-info → odoo_addon_account_financial_report-16.0.1.12.0.2.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Account Financial Reports
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:f09700927327f126c8625b22440d66ffdf4b57ba05e681e1bc7b07537aa8ff1b
10
+ !! source digest: sha256:30ddcc3122b2633ce0882f57c50d49c57f89f72bfdb43b2eabd18baedeaeec35
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -6,7 +6,7 @@
6
6
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
7
7
  {
8
8
  "name": "Account Financial Reports",
9
- "version": "16.0.1.11.0",
9
+ "version": "16.0.1.12.0",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp,"
@@ -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
 
@@ -947,6 +955,7 @@ msgstr ""
947
955
  #. module: account_financial_report
948
956
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
949
957
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
958
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
950
959
  msgid "Grouped By"
951
960
  msgstr ""
952
961
 
@@ -1614,6 +1623,14 @@ msgstr ""
1614
1623
  msgid "Starting account in a range"
1615
1624
  msgstr ""
1616
1625
 
1626
+ #. module: account_financial_report
1627
+ #. odoo-python
1628
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1629
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1630
+ #, python-format
1631
+ msgid "TOTAL"
1632
+ msgstr ""
1633
+
1617
1634
  #. module: account_financial_report
1618
1635
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1619
1636
  msgid "Tags"
@@ -1774,7 +1791,10 @@ msgid "To:"
1774
1791
  msgstr ""
1775
1792
 
1776
1793
  #. module: account_financial_report
1794
+ #. odoo-python
1795
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1777
1796
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1797
+ #, python-format
1778
1798
  msgid "Total"
1779
1799
  msgstr ""
1780
1800
 
@@ -1908,6 +1928,13 @@ msgstr ""
1908
1928
  msgid "With Account Name"
1909
1929
  msgstr ""
1910
1930
 
1931
+ #. module: account_financial_report
1932
+ #. odoo-python
1933
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1934
+ #, python-format
1935
+ msgid "Without analytic account"
1936
+ msgstr ""
1937
+
1911
1938
  #. module: account_financial_report
1912
1939
  #. odoo-python
1913
1940
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -52,6 +52,14 @@ msgstr "91 - 120 يوم."
52
52
  msgid "<b>Taxes summary</b>"
53
53
  msgstr "‫<b>موجز الضرائب</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>"
@@ -340,6 +348,7 @@ msgstr "القيمة بالعملة."
340
348
 
341
349
  #. module: account_financial_report
342
350
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
351
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
343
352
  #, fuzzy
344
353
  msgid "Analytic Account"
345
354
  msgstr "ترشيح الحسابات"
@@ -955,6 +964,7 @@ msgstr "تجميع القيود حسب"
955
964
  #. module: account_financial_report
956
965
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
957
966
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
967
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
958
968
  msgid "Grouped By"
959
969
  msgstr ""
960
970
 
@@ -1622,6 +1632,14 @@ msgstr ""
1622
1632
  msgid "Starting account in a range"
1623
1633
  msgstr ""
1624
1634
 
1635
+ #. module: account_financial_report
1636
+ #. odoo-python
1637
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1638
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1639
+ #, python-format
1640
+ msgid "TOTAL"
1641
+ msgstr ""
1642
+
1625
1643
  #. module: account_financial_report
1626
1644
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1627
1645
  msgid "Tags"
@@ -1782,7 +1800,10 @@ msgid "To:"
1782
1800
  msgstr ""
1783
1801
 
1784
1802
  #. module: account_financial_report
1803
+ #. odoo-python
1804
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1785
1805
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1806
+ #, python-format
1786
1807
  msgid "Total"
1787
1808
  msgstr ""
1788
1809
 
@@ -1919,6 +1940,13 @@ msgstr ""
1919
1940
  msgid "With Account Name"
1920
1941
  msgstr ""
1921
1942
 
1943
+ #. module: account_financial_report
1944
+ #. odoo-python
1945
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1946
+ #, python-format
1947
+ msgid "Without analytic account"
1948
+ msgstr ""
1949
+
1922
1950
  #. module: account_financial_report
1923
1951
  #. odoo-python
1924
1952
  #: 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>Resum d'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 "Import actual"
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 "Compte analític"
351
360
 
@@ -962,6 +971,7 @@ msgstr "Agrupar apunts per"
962
971
  #. module: account_financial_report
963
972
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
964
973
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
974
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
965
975
  msgid "Grouped By"
966
976
  msgstr "Agrupat per"
967
977
 
@@ -1634,6 +1644,14 @@ msgstr "Data inicial"
1634
1644
  msgid "Starting account in a range"
1635
1645
  msgstr "Compte inicial del rang"
1636
1646
 
1647
+ #. module: account_financial_report
1648
+ #. odoo-python
1649
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1650
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1651
+ #, python-format
1652
+ msgid "TOTAL"
1653
+ msgstr ""
1654
+
1637
1655
  #. module: account_financial_report
1638
1656
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1639
1657
  msgid "Tags"
@@ -1802,7 +1820,10 @@ msgid "To:"
1802
1820
  msgstr "Fins:"
1803
1821
 
1804
1822
  #. module: account_financial_report
1823
+ #. odoo-python
1824
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1805
1825
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1826
+ #, python-format
1806
1827
  msgid "Total"
1807
1828
  msgstr "Total"
1808
1829
 
@@ -1943,6 +1964,13 @@ msgstr ""
1943
1964
  msgid "With Account Name"
1944
1965
  msgstr "Amb el nom de compte"
1945
1966
 
1967
+ #. module: account_financial_report
1968
+ #. odoo-python
1969
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1970
+ #, python-format
1971
+ msgid "Without analytic account"
1972
+ msgstr ""
1973
+
1946
1974
  #. module: account_financial_report
1947
1975
  #. odoo-python
1948
1976
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -57,6 +57,14 @@ msgstr "91-120 T."
57
57
  msgid "<b>Taxes summary</b>"
58
58
  msgstr "<b>Steuerbuchungen Zusammenfassung</b>"
59
59
 
60
+ #. module: account_financial_report
61
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
62
+ msgid ""
63
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
64
+ " Duplicate amounts may be shown because more than one "
65
+ "analytical account may be defined in the journal items."
66
+ msgstr ""
67
+
60
68
  #. module: account_financial_report
61
69
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
62
70
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -346,6 +354,7 @@ msgstr "Betragwähr."
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
  #, fuzzy
350
359
  msgid "Analytic Account"
351
360
  msgstr "Konten filtern"
@@ -968,6 +977,7 @@ msgstr "Gruppieren nach"
968
977
  #. module: account_financial_report
969
978
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
970
979
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
980
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
971
981
  msgid "Grouped By"
972
982
  msgstr ""
973
983
 
@@ -1642,6 +1652,14 @@ msgstr "Anfangsdatum"
1642
1652
  msgid "Starting account in a range"
1643
1653
  msgstr ""
1644
1654
 
1655
+ #. module: account_financial_report
1656
+ #. odoo-python
1657
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1658
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1659
+ #, python-format
1660
+ msgid "TOTAL"
1661
+ msgstr ""
1662
+
1645
1663
  #. module: account_financial_report
1646
1664
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1647
1665
  msgid "Tags"
@@ -1809,7 +1827,10 @@ msgid "To:"
1809
1827
  msgstr "Bis:"
1810
1828
 
1811
1829
  #. module: account_financial_report
1830
+ #. odoo-python
1831
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1812
1832
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1833
+ #, python-format
1813
1834
  msgid "Total"
1814
1835
  msgstr "Gesamt"
1815
1836
 
@@ -1954,6 +1975,13 @@ msgstr ""
1954
1975
  msgid "With Account Name"
1955
1976
  msgstr "Mit Kontobezeichnung"
1956
1977
 
1978
+ #. module: account_financial_report
1979
+ #. odoo-python
1980
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1981
+ #, python-format
1982
+ msgid "Without analytic account"
1983
+ msgstr ""
1984
+
1957
1985
  #. module: account_financial_report
1958
1986
  #. odoo-python
1959
1987
  #: 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>Resumen de Impuestos</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 "Importe moneda."
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 "Cuenta Analítica"
349
358
 
@@ -961,6 +970,7 @@ msgstr "Agrupar por"
961
970
  #. module: account_financial_report
962
971
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
963
972
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
973
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
964
974
  msgid "Grouped By"
965
975
  msgstr "Agrupado por"
966
976
 
@@ -1635,6 +1645,14 @@ msgstr "Fecha de inicio"
1635
1645
  msgid "Starting account in a range"
1636
1646
  msgstr "Cuenta inicial en un rango"
1637
1647
 
1648
+ #. module: account_financial_report
1649
+ #. odoo-python
1650
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1651
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1652
+ #, python-format
1653
+ msgid "TOTAL"
1654
+ msgstr ""
1655
+
1638
1656
  #. module: account_financial_report
1639
1657
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1640
1658
  msgid "Tags"
@@ -1803,7 +1821,10 @@ msgid "To:"
1803
1821
  msgstr "A:"
1804
1822
 
1805
1823
  #. module: account_financial_report
1824
+ #. odoo-python
1825
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1806
1826
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1827
+ #, python-format
1807
1828
  msgid "Total"
1808
1829
  msgstr "Total"
1809
1830
 
@@ -1946,6 +1967,13 @@ msgstr ""
1946
1967
  msgid "With Account Name"
1947
1968
  msgstr "Cuenta con Nombre"
1948
1969
 
1970
+ #. module: account_financial_report
1971
+ #. odoo-python
1972
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1973
+ #, python-format
1974
+ msgid "Without analytic account"
1975
+ msgstr ""
1976
+
1949
1977
  #. module: account_financial_report
1950
1978
  #. odoo-python
1951
1979
  #: 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>Resumen de Impuestos</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 "Total Act."
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 "Cuenta Analítica"
340
349
 
@@ -951,6 +960,7 @@ msgstr "Agrupar por"
951
960
  #. module: account_financial_report
952
961
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
953
962
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_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 "Agrupar por"
956
966
 
@@ -1619,6 +1629,14 @@ msgstr "Fecha de inicio"
1619
1629
  msgid "Starting account in a range"
1620
1630
  msgstr "Cuenta inicial en un rango"
1621
1631
 
1632
+ #. module: account_financial_report
1633
+ #. odoo-python
1634
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1635
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1636
+ #, python-format
1637
+ msgid "TOTAL"
1638
+ msgstr ""
1639
+
1622
1640
  #. module: account_financial_report
1623
1641
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1624
1642
  msgid "Tags"
@@ -1787,7 +1805,10 @@ msgid "To:"
1787
1805
  msgstr "A:"
1788
1806
 
1789
1807
  #. module: account_financial_report
1808
+ #. odoo-python
1809
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1790
1810
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1811
+ #, python-format
1791
1812
  msgid "Total"
1792
1813
  msgstr "Total"
1793
1814
 
@@ -1929,6 +1950,13 @@ msgstr ""
1929
1950
  msgid "With Account Name"
1930
1951
  msgstr "Cuenta con Nombre"
1931
1952
 
1953
+ #. module: account_financial_report
1954
+ #. odoo-python
1955
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1956
+ #, python-format
1957
+ msgid "Without analytic account"
1958
+ msgstr ""
1959
+
1932
1960
  #. module: account_financial_report
1933
1961
  #. odoo-python
1934
1962
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -58,6 +58,14 @@ msgstr "91 - 120 d."
58
58
  msgid "<b>Taxes summary</b>"
59
59
  msgstr ""
60
60
 
61
+ #. module: account_financial_report
62
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard
63
+ msgid ""
64
+ "<i class=\"fa fa-exclamation-triangle mr-3\"/>\n"
65
+ " Duplicate amounts may be shown because more than one "
66
+ "analytical account may be defined in the journal items."
67
+ msgstr ""
68
+
61
69
  #. module: account_financial_report
62
70
  #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
63
71
  msgid "<span class=\"o_form_label\">Intervals configuration</span>"
@@ -341,6 +349,7 @@ msgstr ""
341
349
 
342
350
  #. module: account_financial_report
343
351
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
352
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
344
353
  msgid "Analytic Account"
345
354
  msgstr ""
346
355
 
@@ -944,6 +953,7 @@ msgstr ""
944
953
  #. module: account_financial_report
945
954
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
946
955
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
956
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
947
957
  msgid "Grouped By"
948
958
  msgstr ""
949
959
 
@@ -1600,6 +1610,14 @@ msgstr ""
1600
1610
  msgid "Starting account in a range"
1601
1611
  msgstr ""
1602
1612
 
1613
+ #. module: account_financial_report
1614
+ #. odoo-python
1615
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1616
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1617
+ #, python-format
1618
+ msgid "TOTAL"
1619
+ msgstr ""
1620
+
1603
1621
  #. module: account_financial_report
1604
1622
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1605
1623
  msgid "Tags"
@@ -1760,7 +1778,10 @@ msgid "To:"
1760
1778
  msgstr ""
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 ""
1766
1787
 
@@ -1894,6 +1915,13 @@ msgstr ""
1894
1915
  msgid "With Account Name"
1895
1916
  msgstr ""
1896
1917
 
1918
+ #. module: account_financial_report
1919
+ #. odoo-python
1920
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1921
+ #, python-format
1922
+ msgid "Without analytic account"
1923
+ msgstr ""
1924
+
1897
1925
  #. module: account_financial_report
1898
1926
  #. odoo-python
1899
1927
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -55,6 +55,14 @@ msgstr "91 - 120 j."
55
55
  msgid "<b>Taxes summary</b>"
56
56
  msgstr "<b>Synthèse des taxes</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 "Montant dev."
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 "Compte analytique"
343
352
 
@@ -955,6 +964,7 @@ msgstr "Grouper les écritures par"
955
964
  #. module: account_financial_report
956
965
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
957
966
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
967
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
958
968
  msgid "Grouped By"
959
969
  msgstr "Groupé par"
960
970
 
@@ -1623,6 +1633,14 @@ msgstr "Date de début"
1623
1633
  msgid "Starting account in a range"
1624
1634
  msgstr "Compte de début dans un intervalle"
1625
1635
 
1636
+ #. module: account_financial_report
1637
+ #. odoo-python
1638
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1639
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1640
+ #, python-format
1641
+ msgid "TOTAL"
1642
+ msgstr ""
1643
+
1626
1644
  #. module: account_financial_report
1627
1645
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1628
1646
  msgid "Tags"
@@ -1788,7 +1806,10 @@ msgid "To:"
1788
1806
  msgstr "Jusqu'au :"
1789
1807
 
1790
1808
  #. module: account_financial_report
1809
+ #. odoo-python
1810
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1791
1811
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1812
+ #, python-format
1792
1813
  msgid "Total"
1793
1814
  msgstr "Total"
1794
1815
 
@@ -1931,6 +1952,13 @@ msgstr ""
1931
1952
  msgid "With Account Name"
1932
1953
  msgstr "Avec le libellé du compte"
1933
1954
 
1955
+ #. module: account_financial_report
1956
+ #. odoo-python
1957
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1958
+ #, python-format
1959
+ msgid "Without analytic account"
1960
+ msgstr ""
1961
+
1934
1962
  #. module: account_financial_report
1935
1963
  #. odoo-python
1936
1964
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py: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>"
@@ -339,6 +347,7 @@ msgstr "Montant Devise"
339
347
 
340
348
  #. module: account_financial_report
341
349
  #: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__analytic_account_ids
350
+ #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
342
351
  #, fuzzy
343
352
  msgid "Analytic Account"
344
353
  msgstr "Filtrer les comptes"
@@ -962,6 +971,7 @@ msgstr "Grouper les entrées par"
962
971
  #. module: account_financial_report
963
972
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
964
973
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
974
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
965
975
  msgid "Grouped By"
966
976
  msgstr ""
967
977
 
@@ -1637,6 +1647,14 @@ msgstr "Date de début"
1637
1647
  msgid "Starting account in a range"
1638
1648
  msgstr ""
1639
1649
 
1650
+ #. module: account_financial_report
1651
+ #. odoo-python
1652
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1653
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1654
+ #, python-format
1655
+ msgid "TOTAL"
1656
+ msgstr ""
1657
+
1640
1658
  #. module: account_financial_report
1641
1659
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1642
1660
  msgid "Tags"
@@ -1804,7 +1822,10 @@ msgid "To:"
1804
1822
  msgstr "Au:"
1805
1823
 
1806
1824
  #. module: account_financial_report
1825
+ #. odoo-python
1826
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1807
1827
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
1828
+ #, python-format
1808
1829
  msgid "Total"
1809
1830
  msgstr "Total"
1810
1831
 
@@ -1947,6 +1968,13 @@ msgstr ""
1947
1968
  msgid "With Account Name"
1948
1969
  msgstr "Avec le nom du compte"
1949
1970
 
1971
+ #. module: account_financial_report
1972
+ #. odoo-python
1973
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1974
+ #, python-format
1975
+ msgid "Without analytic account"
1976
+ msgstr ""
1977
+
1950
1978
  #. module: account_financial_report
1951
1979
  #. odoo-python
1952
1980
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0