diff --git a/README.md b/README.md index 2c1e197..b5cf7d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ Available addons addon | version | summary --- | --- | --- [account_tax_balance](account_tax_balance/) | 2.0.1.1.0| Compute tax balances based on date range -[account_financial_report](account_financial_report/) | 2.0.1.2.4| OCA Financial Reports +[account_financial_report](account_financial_report/) | 2.0.1.3.0| OCA Financial Reports diff --git a/account_financial_report/README.rst b/account_financial_report/README.rst index 919ed88..c268bd0 100644 --- a/account_financial_report/README.rst +++ b/account_financial_report/README.rst @@ -131,6 +131,11 @@ Contributors * João Marques * Alexandre D. Díaz +* `Sygel `__: + + * Harald Panten + * Valentin Vinagre + Much of the work in this module was done at a sprint in Sorrento, Italy in April 2016. diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 3038eed..49aad2e 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -6,7 +6,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Financial Reports", - "version": "2.0.1.2.4", + "version": "2.0.1.3.0", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/i18n/account_financial_report.pot b/account_financial_report/i18n/account_financial_report.pot index f583dbe..6e1eaa7 100644 --- a/account_financial_report/i18n/account_financial_report.pot +++ b/account_financial_report/i18n/account_financial_report.pot @@ -1404,6 +1404,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1420,6 +1427,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1767,6 +1779,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1777,6 +1794,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/ar.po b/account_financial_report/i18n/ar.po index fda7139..820d3b7 100644 --- a/account_financial_report/i18n/ar.po +++ b/account_financial_report/i18n/ar.po @@ -1415,6 +1415,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1431,6 +1438,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1779,6 +1791,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1789,6 +1806,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/ca.po b/account_financial_report/i18n/ca.po index 0ab51d6..9105f9e 100644 --- a/account_financial_report/i18n/ca.po +++ b/account_financial_report/i18n/ca.po @@ -1413,6 +1413,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1429,6 +1436,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1778,6 +1790,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1788,6 +1805,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/de.po b/account_financial_report/i18n/de.po index 19dbd45..95872d7 100644 --- a/account_financial_report/i18n/de.po +++ b/account_financial_report/i18n/de.po @@ -1437,6 +1437,13 @@ msgstr "" msgid "Residual" msgstr "Restbetrag" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "Sequenz" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1454,6 +1461,11 @@ msgstr "Anzeigen" msgid "Show Analytic Account" msgstr "Kosten-Stichwörter anzeigen" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1819,6 +1831,11 @@ msgstr "" msgid "to" msgstr "bis" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1829,6 +1846,11 @@ msgstr "Breite: 23,24%;" msgid "width: 23.78%;" msgstr "Breite: 23,78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" @@ -2102,9 +2124,6 @@ msgstr "Breite: 8,11%;" #~ msgid "Report Tax Line" #~ msgstr "Steuerbuchungen Bericht" -#~ msgid "Sequence" -#~ msgstr "Sequenz" - #~ msgid "Show Cost Center" #~ msgstr "Kostenstelle anzeigen" diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po index e447187..753bade 100644 --- a/account_financial_report/i18n/es.po +++ b/account_financial_report/i18n/es.po @@ -1428,6 +1428,13 @@ msgstr "" msgid "Residual" msgstr "Remanente" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1445,6 +1452,11 @@ msgstr "Mostrar" msgid "Show Analytic Account" msgstr "Mostrar etiquetas analíticas" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1804,6 +1816,11 @@ msgstr "" msgid "to" msgstr "a" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1814,6 +1831,11 @@ msgstr "ancho: 23.24%;" msgid "width: 23.78%;" msgstr "ancho: 23.78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/es_AR.po b/account_financial_report/i18n/es_AR.po index 1f9bda4..a7ee593 100644 --- a/account_financial_report/i18n/es_AR.po +++ b/account_financial_report/i18n/es_AR.po @@ -1427,6 +1427,13 @@ msgstr "Acción de Informe" msgid "Residual" msgstr "Remanente" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1443,6 +1450,11 @@ msgstr "Mostrar" msgid "Show Analytic Account" msgstr "Mostrar Cuenta Analítica" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1804,6 +1816,11 @@ msgstr "Libro Mayor del Diario" msgid "to" msgstr "a" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1814,6 +1831,11 @@ msgstr "ancho: 23.24%;" msgid "width: 23.78%;" msgstr "ancho: 23.78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po index 7b13503..1326b77 100644 --- a/account_financial_report/i18n/es_MX.po +++ b/account_financial_report/i18n/es_MX.po @@ -1392,6 +1392,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1408,6 +1415,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1753,6 +1765,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1763,6 +1780,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/fr.po b/account_financial_report/i18n/fr.po index 956cec8..8d5392b 100644 --- a/account_financial_report/i18n/fr.po +++ b/account_financial_report/i18n/fr.po @@ -1424,6 +1424,13 @@ msgstr "Reporter une action" msgid "Residual" msgstr "Résiduel" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1440,6 +1447,11 @@ msgstr "Afficher" msgid "Show Analytic Account" msgstr "Afficher le compte analytique" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1797,6 +1809,11 @@ msgstr "" msgid "to" msgstr "à" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1807,6 +1824,11 @@ msgstr "largeur : 23,24%;" msgid "width: 23.78%;" msgstr "largeur : 23,78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/fr_CH.po b/account_financial_report/i18n/fr_CH.po index bbfe09e..73c54ab 100644 --- a/account_financial_report/i18n/fr_CH.po +++ b/account_financial_report/i18n/fr_CH.po @@ -1436,6 +1436,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1453,6 +1460,11 @@ msgstr "Afficher" msgid "Show Analytic Account" msgstr "Afficher les étiquettes analytiques" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1814,6 +1826,11 @@ msgstr "" msgid "to" msgstr "à" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1824,6 +1841,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/fr_FR.po b/account_financial_report/i18n/fr_FR.po index 8cf2d4e..582e026 100644 --- a/account_financial_report/i18n/fr_FR.po +++ b/account_financial_report/i18n/fr_FR.po @@ -1418,6 +1418,13 @@ msgstr "Reporter une action" msgid "Residual" msgstr "Résiduel" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1434,6 +1441,11 @@ msgstr "Afficher" msgid "Show Analytic Account" msgstr "Afficher le compte analytique" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1791,6 +1803,11 @@ msgstr "" msgid "to" msgstr "à" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1801,6 +1818,11 @@ msgstr "largeur : 23,24%;" msgid "width: 23.78%;" msgstr "largeur : 23,78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/hr.po b/account_financial_report/i18n/hr.po index 0bae598..597e5a7 100644 --- a/account_financial_report/i18n/hr.po +++ b/account_financial_report/i18n/hr.po @@ -1388,6 +1388,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1404,6 +1411,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1749,6 +1761,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1759,6 +1776,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/hr_HR.po b/account_financial_report/i18n/hr_HR.po index 3aa3269..a9d1205 100644 --- a/account_financial_report/i18n/hr_HR.po +++ b/account_financial_report/i18n/hr_HR.po @@ -1396,6 +1396,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1412,6 +1419,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1763,6 +1775,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1773,6 +1790,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/it.po b/account_financial_report/i18n/it.po index d5ca2c4..1130786 100644 --- a/account_financial_report/i18n/it.po +++ b/account_financial_report/i18n/it.po @@ -1439,6 +1439,13 @@ msgstr "" msgid "Residual" msgstr "Saldo" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "Sequenza" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1456,6 +1463,11 @@ msgstr "Vedi" msgid "Show Analytic Account" msgstr "Mostrare tag analitici" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1805,6 +1817,11 @@ msgstr "" msgid "to" msgstr "a" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1815,6 +1832,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" @@ -1940,9 +1962,6 @@ msgstr "" #~ msgid "Report Tax" #~ msgstr "Rendiconto imposta" -#~ msgid "Sequence" -#~ msgstr "Sequenza" - #~ msgid "Tax ID" #~ msgstr "Partita IVA" diff --git a/account_financial_report/i18n/ja.po b/account_financial_report/i18n/ja.po index 2b6db2d..a2cfec8 100644 --- a/account_financial_report/i18n/ja.po +++ b/account_financial_report/i18n/ja.po @@ -1389,6 +1389,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1405,6 +1412,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1751,6 +1763,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1761,6 +1778,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/nl.po b/account_financial_report/i18n/nl.po index e6eda3b..9ec0515 100644 --- a/account_financial_report/i18n/nl.po +++ b/account_financial_report/i18n/nl.po @@ -1446,6 +1446,13 @@ msgstr "" msgid "Residual" msgstr "Resterend" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "Volgorde" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1462,6 +1469,11 @@ msgstr "Toon" msgid "Show Analytic Account" msgstr "Toon kostenplaats" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1818,6 +1830,11 @@ msgstr "" msgid "to" msgstr "tot" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1829,6 +1846,11 @@ msgstr "breedte: 23.24%;" msgid "width: 23.78%;" msgstr "breedte: 23.78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header #, fuzzy @@ -2104,9 +2126,6 @@ msgstr "breedte: 8.11%;" #~ msgid "Report Tax Line" #~ msgstr "Rapport belastingregel" -#~ msgid "Sequence" -#~ msgstr "Volgorde" - #~ msgid "Show Cost Center" #~ msgstr "Toon kostenplaats" diff --git a/account_financial_report/i18n/nl_NL.po b/account_financial_report/i18n/nl_NL.po index b478bec..7625e03 100644 --- a/account_financial_report/i18n/nl_NL.po +++ b/account_financial_report/i18n/nl_NL.po @@ -1395,6 +1395,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1411,6 +1418,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1759,6 +1771,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1769,6 +1786,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/pt.po b/account_financial_report/i18n/pt.po index 386a9a7..6c64805 100644 --- a/account_financial_report/i18n/pt.po +++ b/account_financial_report/i18n/pt.po @@ -1394,6 +1394,13 @@ msgstr "" msgid "Residual" msgstr "" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1410,6 +1417,11 @@ msgstr "" msgid "Show Analytic Account" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1761,6 +1773,11 @@ msgstr "" msgid "to" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1771,6 +1788,11 @@ msgstr "" msgid "width: 23.78%;" msgstr "" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" diff --git a/account_financial_report/i18n/pt_BR.po b/account_financial_report/i18n/pt_BR.po index fa8358c..d36d91a 100644 --- a/account_financial_report/i18n/pt_BR.po +++ b/account_financial_report/i18n/pt_BR.po @@ -1443,6 +1443,13 @@ msgstr "" msgid "Residual" msgstr "Residual" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "Sequência" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1460,6 +1467,11 @@ msgstr "Exibir" msgid "Show Analytic Account" msgstr "Exibir Marcadores Analíticos" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1821,6 +1833,11 @@ msgstr "" msgid "to" msgstr "para" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1831,6 +1848,11 @@ msgstr "largura: 23.24%;" msgid "width: 23.78%;" msgstr "largura: 23.78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" @@ -2090,9 +2112,6 @@ msgstr "largura: 8.11%;" #~ msgid "Report Tax Line" #~ msgstr "Relatório de Linhas de Impostos" -#~ msgid "Sequence" -#~ msgstr "Sequência" - #~ msgid "Show Cost Center" #~ msgstr "Exibir Centros de Custo" diff --git a/account_financial_report/i18n/ro.po b/account_financial_report/i18n/ro.po index 2d62e84..e5e1001 100644 --- a/account_financial_report/i18n/ro.po +++ b/account_financial_report/i18n/ro.po @@ -1412,6 +1412,13 @@ msgstr "Raportați acțiunea" msgid "Residual" msgstr "Rezidual" +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "Secvență" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1428,6 +1435,11 @@ msgstr "Afișare" msgid "Show Analytic Account" msgstr "Afișați contul analitic" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details msgid "Show Move Line Details" @@ -1784,6 +1796,11 @@ msgstr "" msgid "to" msgstr "la" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" @@ -1794,6 +1811,11 @@ msgstr "lățime: 23,24%;" msgid "width: 23.78%;" msgstr "lățime: 23,78%;" +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 38.92%;" @@ -1960,9 +1982,6 @@ msgstr "lățime: 8,11%;" #~ msgid "Report Tax" #~ msgstr "Raport Taxe" -#~ msgid "Sequence" -#~ msgstr "Secvență" - #~ msgid "Sort Option" #~ msgstr "Opțiuni sortare" diff --git a/account_financial_report/report/journal_ledger.py b/account_financial_report/report/journal_ledger.py index 9834d1e..7631d79 100644 --- a/account_financial_report/report/journal_ledger.py +++ b/account_financial_report/report/journal_ledger.py @@ -84,7 +84,7 @@ class JournalLedgerReport(models.AbstractModel): def _get_move_lines_order(self, move_ids, wizard, journal_ids): return "" - def _get_move_lines_data(self, ml, wizard, ml_taxes): + def _get_move_lines_data(self, ml, wizard, ml_taxes, auto_sequence): base_debit = ( base_credit ) = tax_debit = tax_credit = base_balance = tax_balance = 0.0 @@ -116,6 +116,7 @@ class JournalLedgerReport(models.AbstractModel): "tax_credit": tax_credit, "base_balance": base_balance, "tax_balance": tax_balance, + "auto_sequence": str(auto_sequence).zfill(6), } def _get_account_data(self, accounts): @@ -200,6 +201,7 @@ class JournalLedgerReport(models.AbstractModel): partners = self.env["res.partner"] currencies = self.env["res.currency"] tax_lines = self.env["account.tax"] + auto_sequence = len(move_ids) for ml in move_lines: if ml.account_id not in accounts: accounts |= ml.account_id @@ -211,13 +213,14 @@ class JournalLedgerReport(models.AbstractModel): tax_lines |= ml.tax_line_id if ml.move_id.id not in Move_Lines.keys(): Move_Lines[ml.move_id.id] = [] + auto_sequence -= 1 taxes = ( ml.id in move_line_ids_taxes_data.keys() and move_line_ids_taxes_data[ml.id] or {} ) Move_Lines[ml.move_id.id].append( - self._get_move_lines_data(ml, wizard, taxes) + self._get_move_lines_data(ml, wizard, taxes, auto_sequence) ) account_ids_data = self._get_account_data(accounts) partner_ids_data = self._get_partner_data(partners) @@ -348,6 +351,7 @@ class JournalLedgerReport(models.AbstractModel): "date_from": data["date_from"], "date_to": data["date_to"], "move_target": data["move_target"], + "with_auto_sequence": data["with_auto_sequence"], "account_ids_data": account_ids_data, "partner_ids_data": partner_ids_data, "currency_ids_data": currency_ids_data, diff --git a/account_financial_report/report/journal_ledger_xlsx.py b/account_financial_report/report/journal_ledger_xlsx.py index 983142b..080a187 100644 --- a/account_financial_report/report/journal_ledger_xlsx.py +++ b/account_financial_report/report/journal_ledger_xlsx.py @@ -28,6 +28,11 @@ class JournalLedgerXslx(models.AbstractModel): {"header": _("Account"), "field": "account_code", "width": 9}, ] + if report.with_auto_sequence: + columns.insert( + 0, {"header": _("Sequence"), "field": "auto_sequence", "width": 10} + ) + if report.with_account_name: columns.append( {"header": _("Account Name"), "field": "account_name", "width": 15} @@ -232,6 +237,7 @@ class JournalLedgerXslx(models.AbstractModel): line["partner"] = self._get_partner_name( line["partner_id"], partner_ids_data ) + line["auto_sequence"] = line["auto_sequence"] line["account_code"] = account_code line["account_name"] = account_name line["currency_name"] = currency_name diff --git a/account_financial_report/report/templates/journal_ledger.xml b/account_financial_report/report/templates/journal_ledger.xml index 72465c8..bbe9bca 100644 --- a/account_financial_report/report/templates/journal_ledger.xml +++ b/account_financial_report/report/templates/journal_ledger.xml @@ -12,6 +12,7 @@