odoo-addon-account-financial-report 15.0.2.13.0__py3-none-any.whl → 15.0.3.0.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.
- odoo/addons/account_financial_report/README.rst +1 -1
- odoo/addons/account_financial_report/__manifest__.py +1 -1
- odoo/addons/account_financial_report/i18n/account_financial_report.pot +17 -0
- odoo/addons/account_financial_report/i18n/ar.po +17 -0
- odoo/addons/account_financial_report/i18n/ca.po +17 -0
- odoo/addons/account_financial_report/i18n/da.po +17 -0
- odoo/addons/account_financial_report/i18n/de.po +17 -0
- odoo/addons/account_financial_report/i18n/es.po +17 -0
- odoo/addons/account_financial_report/i18n/es_AR.po +17 -0
- odoo/addons/account_financial_report/i18n/es_MX.po +17 -0
- odoo/addons/account_financial_report/i18n/fr.po +17 -0
- odoo/addons/account_financial_report/i18n/fr_CH.po +17 -0
- odoo/addons/account_financial_report/i18n/fr_FR.po +17 -0
- odoo/addons/account_financial_report/i18n/hr.po +17 -0
- odoo/addons/account_financial_report/i18n/hr_HR.po +17 -0
- odoo/addons/account_financial_report/i18n/it.po +17 -0
- odoo/addons/account_financial_report/i18n/ja.po +17 -0
- odoo/addons/account_financial_report/i18n/nl.po +17 -0
- odoo/addons/account_financial_report/i18n/nl_NL.po +17 -0
- odoo/addons/account_financial_report/i18n/pt.po +17 -0
- odoo/addons/account_financial_report/i18n/pt_BR.po +17 -0
- odoo/addons/account_financial_report/i18n/ro.po +17 -0
- odoo/addons/account_financial_report/report/templates/trial_balance.xml +208 -100
- odoo/addons/account_financial_report/report/trial_balance.py +182 -3
- odoo/addons/account_financial_report/report/trial_balance_xlsx.py +34 -14
- odoo/addons/account_financial_report/static/description/index.html +1 -1
- odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +11 -0
- odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml +9 -2
- {odoo_addon_account_financial_report-15.0.2.13.0.dist-info → odoo_addon_account_financial_report-15.0.3.0.0.1.dist-info}/METADATA +2 -2
- {odoo_addon_account_financial_report-15.0.2.13.0.dist-info → odoo_addon_account_financial_report-15.0.3.0.0.1.dist-info}/RECORD +32 -32
- {odoo_addon_account_financial_report-15.0.2.13.0.dist-info → odoo_addon_account_financial_report-15.0.3.0.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_financial_report-15.0.2.13.0.dist-info → odoo_addon_account_financial_report-15.0.3.0.0.1.dist-info}/top_level.txt +0 -0
|
@@ -338,6 +338,7 @@ msgstr ""
|
|
|
338
338
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
339
339
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
340
340
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
341
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
341
342
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
342
343
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
343
344
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -917,6 +918,7 @@ msgstr ""
|
|
|
917
918
|
#. module: account_financial_report
|
|
918
919
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
919
920
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
921
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
920
922
|
msgid "Grouped By"
|
|
921
923
|
msgstr ""
|
|
922
924
|
|
|
@@ -1570,6 +1572,13 @@ msgstr ""
|
|
|
1570
1572
|
msgid "Starting account in a range"
|
|
1571
1573
|
msgstr ""
|
|
1572
1574
|
|
|
1575
|
+
#. module: account_financial_report
|
|
1576
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1577
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1578
|
+
#, python-format
|
|
1579
|
+
msgid "TOTAL"
|
|
1580
|
+
msgstr ""
|
|
1581
|
+
|
|
1573
1582
|
#. module: account_financial_report
|
|
1574
1583
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1575
1584
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1718,7 +1727,9 @@ msgid "To:"
|
|
|
1718
1727
|
msgstr ""
|
|
1719
1728
|
|
|
1720
1729
|
#. module: account_financial_report
|
|
1730
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1721
1731
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1732
|
+
#, python-format
|
|
1722
1733
|
msgid "Total"
|
|
1723
1734
|
msgstr "Ukupno"
|
|
1724
1735
|
|
|
@@ -1856,6 +1867,12 @@ msgstr ""
|
|
|
1856
1867
|
msgid "With Account Name"
|
|
1857
1868
|
msgstr ""
|
|
1858
1869
|
|
|
1870
|
+
#. module: account_financial_report
|
|
1871
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1872
|
+
#, python-format
|
|
1873
|
+
msgid "Without analytic account"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1859
1876
|
#. module: account_financial_report
|
|
1860
1877
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1861
1878
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -335,6 +335,7 @@ msgstr "Importo val."
|
|
|
335
335
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
336
336
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
337
337
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
338
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
338
339
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
339
340
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
340
341
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -929,6 +930,7 @@ msgstr "Raggruppa registrazioni per"
|
|
|
929
930
|
#. module: account_financial_report
|
|
930
931
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
931
932
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
933
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
932
934
|
msgid "Grouped By"
|
|
933
935
|
msgstr ""
|
|
934
936
|
|
|
@@ -1595,6 +1597,13 @@ msgstr "Data inizio"
|
|
|
1595
1597
|
msgid "Starting account in a range"
|
|
1596
1598
|
msgstr ""
|
|
1597
1599
|
|
|
1600
|
+
#. module: account_financial_report
|
|
1601
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1602
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1603
|
+
#, python-format
|
|
1604
|
+
msgid "TOTAL"
|
|
1605
|
+
msgstr ""
|
|
1606
|
+
|
|
1598
1607
|
#. module: account_financial_report
|
|
1599
1608
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1600
1609
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1743,7 +1752,9 @@ msgid "To:"
|
|
|
1743
1752
|
msgstr ""
|
|
1744
1753
|
|
|
1745
1754
|
#. module: account_financial_report
|
|
1755
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1746
1756
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1757
|
+
#, python-format
|
|
1747
1758
|
msgid "Total"
|
|
1748
1759
|
msgstr "Totale"
|
|
1749
1760
|
|
|
@@ -1879,6 +1890,12 @@ msgstr ""
|
|
|
1879
1890
|
msgid "With Account Name"
|
|
1880
1891
|
msgstr ""
|
|
1881
1892
|
|
|
1893
|
+
#. module: account_financial_report
|
|
1894
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1895
|
+
#, python-format
|
|
1896
|
+
msgid "Without analytic account"
|
|
1897
|
+
msgstr ""
|
|
1898
|
+
|
|
1882
1899
|
#. module: account_financial_report
|
|
1883
1900
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1884
1901
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -332,6 +332,7 @@ msgstr ""
|
|
|
332
332
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
333
333
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
334
334
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
335
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
335
336
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
336
337
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
337
338
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -910,6 +911,7 @@ msgstr ""
|
|
|
910
911
|
#. module: account_financial_report
|
|
911
912
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
912
913
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
914
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
913
915
|
msgid "Grouped By"
|
|
914
916
|
msgstr ""
|
|
915
917
|
|
|
@@ -1563,6 +1565,13 @@ msgstr ""
|
|
|
1563
1565
|
msgid "Starting account in a range"
|
|
1564
1566
|
msgstr ""
|
|
1565
1567
|
|
|
1568
|
+
#. module: account_financial_report
|
|
1569
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1570
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1571
|
+
#, python-format
|
|
1572
|
+
msgid "TOTAL"
|
|
1573
|
+
msgstr ""
|
|
1574
|
+
|
|
1566
1575
|
#. module: account_financial_report
|
|
1567
1576
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1568
1577
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1711,7 +1720,9 @@ msgid "To:"
|
|
|
1711
1720
|
msgstr ""
|
|
1712
1721
|
|
|
1713
1722
|
#. module: account_financial_report
|
|
1723
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1714
1724
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1725
|
+
#, python-format
|
|
1715
1726
|
msgid "Total"
|
|
1716
1727
|
msgstr ""
|
|
1717
1728
|
|
|
@@ -1844,6 +1855,12 @@ msgstr ""
|
|
|
1844
1855
|
msgid "With Account Name"
|
|
1845
1856
|
msgstr ""
|
|
1846
1857
|
|
|
1858
|
+
#. module: account_financial_report
|
|
1859
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1860
|
+
#, python-format
|
|
1861
|
+
msgid "Without analytic account"
|
|
1862
|
+
msgstr ""
|
|
1863
|
+
|
|
1847
1864
|
#. module: account_financial_report
|
|
1848
1865
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1849
1866
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -338,6 +338,7 @@ msgstr "Valutabedrag."
|
|
|
338
338
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
339
339
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
340
340
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
341
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
341
342
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
342
343
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
343
344
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -937,6 +938,7 @@ msgstr "Groepeer boekingen per"
|
|
|
937
938
|
#. module: account_financial_report
|
|
938
939
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
939
940
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
941
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
940
942
|
msgid "Grouped By"
|
|
941
943
|
msgstr ""
|
|
942
944
|
|
|
@@ -1610,6 +1612,13 @@ msgstr "Startdatum"
|
|
|
1610
1612
|
msgid "Starting account in a range"
|
|
1611
1613
|
msgstr ""
|
|
1612
1614
|
|
|
1615
|
+
#. module: account_financial_report
|
|
1616
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1617
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1618
|
+
#, python-format
|
|
1619
|
+
msgid "TOTAL"
|
|
1620
|
+
msgstr ""
|
|
1621
|
+
|
|
1613
1622
|
#. module: account_financial_report
|
|
1614
1623
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1615
1624
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1759,7 +1768,9 @@ msgid "To:"
|
|
|
1759
1768
|
msgstr "Naar:"
|
|
1760
1769
|
|
|
1761
1770
|
#. module: account_financial_report
|
|
1771
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1762
1772
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1773
|
+
#, python-format
|
|
1763
1774
|
msgid "Total"
|
|
1764
1775
|
msgstr "Totaal"
|
|
1765
1776
|
|
|
@@ -1901,6 +1912,12 @@ msgstr ""
|
|
|
1901
1912
|
msgid "With Account Name"
|
|
1902
1913
|
msgstr "Met rekening naam"
|
|
1903
1914
|
|
|
1915
|
+
#. module: account_financial_report
|
|
1916
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1917
|
+
#, python-format
|
|
1918
|
+
msgid "Without analytic account"
|
|
1919
|
+
msgstr ""
|
|
1920
|
+
|
|
1904
1921
|
#. module: account_financial_report
|
|
1905
1922
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1906
1923
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -337,6 +337,7 @@ msgstr ""
|
|
|
337
337
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
338
338
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
339
339
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
340
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
340
341
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
341
342
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
342
343
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -916,6 +917,7 @@ msgstr ""
|
|
|
916
917
|
#. module: account_financial_report
|
|
917
918
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
918
919
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
920
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
919
921
|
msgid "Grouped By"
|
|
920
922
|
msgstr ""
|
|
921
923
|
|
|
@@ -1569,6 +1571,13 @@ msgstr ""
|
|
|
1569
1571
|
msgid "Starting account in a range"
|
|
1570
1572
|
msgstr ""
|
|
1571
1573
|
|
|
1574
|
+
#. module: account_financial_report
|
|
1575
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1576
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1577
|
+
#, python-format
|
|
1578
|
+
msgid "TOTAL"
|
|
1579
|
+
msgstr ""
|
|
1580
|
+
|
|
1572
1581
|
#. module: account_financial_report
|
|
1573
1582
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1574
1583
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1717,7 +1726,9 @@ msgid "To:"
|
|
|
1717
1726
|
msgstr ""
|
|
1718
1727
|
|
|
1719
1728
|
#. module: account_financial_report
|
|
1729
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1720
1730
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1731
|
+
#, python-format
|
|
1721
1732
|
msgid "Total"
|
|
1722
1733
|
msgstr ""
|
|
1723
1734
|
|
|
@@ -1852,6 +1863,12 @@ msgstr ""
|
|
|
1852
1863
|
msgid "With Account Name"
|
|
1853
1864
|
msgstr ""
|
|
1854
1865
|
|
|
1866
|
+
#. module: account_financial_report
|
|
1867
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1868
|
+
#, python-format
|
|
1869
|
+
msgid "Without analytic account"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1855
1872
|
#. module: account_financial_report
|
|
1856
1873
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1857
1874
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -332,6 +332,7 @@ msgstr "Montante em moeda."
|
|
|
332
332
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
333
333
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
334
334
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
335
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
335
336
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
336
337
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
337
338
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -915,6 +916,7 @@ msgstr "Agrupar movimentos por"
|
|
|
915
916
|
#. module: account_financial_report
|
|
916
917
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
917
918
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
919
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
918
920
|
msgid "Grouped By"
|
|
919
921
|
msgstr ""
|
|
920
922
|
|
|
@@ -1576,6 +1578,13 @@ msgstr "Data inicial"
|
|
|
1576
1578
|
msgid "Starting account in a range"
|
|
1577
1579
|
msgstr "Conta inicial no intervalo"
|
|
1578
1580
|
|
|
1581
|
+
#. module: account_financial_report
|
|
1582
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1583
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1584
|
+
#, python-format
|
|
1585
|
+
msgid "TOTAL"
|
|
1586
|
+
msgstr ""
|
|
1587
|
+
|
|
1579
1588
|
#. module: account_financial_report
|
|
1580
1589
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1581
1590
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1730,7 +1739,9 @@ msgid "To:"
|
|
|
1730
1739
|
msgstr "Para:"
|
|
1731
1740
|
|
|
1732
1741
|
#. module: account_financial_report
|
|
1742
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1733
1743
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1744
|
+
#, python-format
|
|
1734
1745
|
msgid "Total"
|
|
1735
1746
|
msgstr "Total"
|
|
1736
1747
|
|
|
@@ -1869,6 +1880,12 @@ msgstr ""
|
|
|
1869
1880
|
msgid "With Account Name"
|
|
1870
1881
|
msgstr "Com Nome de Conta"
|
|
1871
1882
|
|
|
1883
|
+
#. module: account_financial_report
|
|
1884
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1885
|
+
#, python-format
|
|
1886
|
+
msgid "Without analytic account"
|
|
1887
|
+
msgstr ""
|
|
1888
|
+
|
|
1872
1889
|
#. module: account_financial_report
|
|
1873
1890
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1874
1891
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -333,6 +333,7 @@ msgstr "Moeda."
|
|
|
333
333
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
334
334
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
335
335
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
336
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
336
337
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
337
338
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
338
339
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -930,6 +931,7 @@ msgstr "Agrupar lançamentos por"
|
|
|
930
931
|
#. module: account_financial_report
|
|
931
932
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
932
933
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
934
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
933
935
|
msgid "Grouped By"
|
|
934
936
|
msgstr ""
|
|
935
937
|
|
|
@@ -1598,6 +1600,13 @@ msgstr "Data inicial"
|
|
|
1598
1600
|
msgid "Starting account in a range"
|
|
1599
1601
|
msgstr ""
|
|
1600
1602
|
|
|
1603
|
+
#. module: account_financial_report
|
|
1604
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1605
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1606
|
+
#, python-format
|
|
1607
|
+
msgid "TOTAL"
|
|
1608
|
+
msgstr ""
|
|
1609
|
+
|
|
1601
1610
|
#. module: account_financial_report
|
|
1602
1611
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1603
1612
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1753,7 +1762,9 @@ msgid "To:"
|
|
|
1753
1762
|
msgstr "Para:"
|
|
1754
1763
|
|
|
1755
1764
|
#. module: account_financial_report
|
|
1765
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1756
1766
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1767
|
+
#, python-format
|
|
1757
1768
|
msgid "Total"
|
|
1758
1769
|
msgstr "Total"
|
|
1759
1770
|
|
|
@@ -1894,6 +1905,12 @@ msgstr ""
|
|
|
1894
1905
|
msgid "With Account Name"
|
|
1895
1906
|
msgstr "Com Nome de Conta"
|
|
1896
1907
|
|
|
1908
|
+
#. module: account_financial_report
|
|
1909
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1910
|
+
#, python-format
|
|
1911
|
+
msgid "Without analytic account"
|
|
1912
|
+
msgstr ""
|
|
1913
|
+
|
|
1897
1914
|
#. module: account_financial_report
|
|
1898
1915
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1899
1916
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -334,6 +334,7 @@ msgstr ""
|
|
|
334
334
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
335
335
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
336
336
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
337
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
|
|
337
338
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
338
339
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
339
340
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header
|
|
@@ -920,6 +921,7 @@ msgstr "Intrări de grup după"
|
|
|
920
921
|
#. module: account_financial_report
|
|
921
922
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
922
923
|
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
924
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
923
925
|
msgid "Grouped By"
|
|
924
926
|
msgstr ""
|
|
925
927
|
|
|
@@ -1579,6 +1581,13 @@ msgstr "Dată start"
|
|
|
1579
1581
|
msgid "Starting account in a range"
|
|
1580
1582
|
msgstr "Contul de pornire într-un interval"
|
|
1581
1583
|
|
|
1584
|
+
#. module: account_financial_report
|
|
1585
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1586
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1587
|
+
#, python-format
|
|
1588
|
+
msgid "TOTAL"
|
|
1589
|
+
msgstr ""
|
|
1590
|
+
|
|
1582
1591
|
#. module: account_financial_report
|
|
1583
1592
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1584
1593
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
|
|
@@ -1729,7 +1738,9 @@ msgid "To:"
|
|
|
1729
1738
|
msgstr "La:"
|
|
1730
1739
|
|
|
1731
1740
|
#. module: account_financial_report
|
|
1741
|
+
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
1732
1742
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul
|
|
1743
|
+
#, python-format
|
|
1733
1744
|
msgid "Total"
|
|
1734
1745
|
msgstr "Total"
|
|
1735
1746
|
|
|
@@ -1870,6 +1881,12 @@ msgstr ""
|
|
|
1870
1881
|
msgid "With Account Name"
|
|
1871
1882
|
msgstr "Cu numele contului"
|
|
1872
1883
|
|
|
1884
|
+
#. module: account_financial_report
|
|
1885
|
+
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1886
|
+
#, python-format
|
|
1887
|
+
msgid "Without analytic account"
|
|
1888
|
+
msgstr ""
|
|
1889
|
+
|
|
1873
1890
|
#. module: account_financial_report
|
|
1874
1891
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
1875
1892
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|