From b1b7785b67a6c241151b9f3ab30c977d25d0e906 Mon Sep 17 00:00:00 2001 From: Flectra Community Bot Date: Sun, 9 Jan 2022 03:12:20 +0000 Subject: [PATCH] Automatic Update form OCA2FC Migrator --- README.md | 4 +- account_financial_report/README.rst | 2 + account_financial_report/__manifest__.py | 2 +- .../i18n/account_financial_report.pot | 9 ++ account_financial_report/i18n/ar.po | 9 ++ account_financial_report/i18n/ca.po | 9 ++ account_financial_report/i18n/de.po | 15 +- account_financial_report/i18n/es.po | 12 +- account_financial_report/i18n/es_AR.po | 9 ++ account_financial_report/i18n/es_MX.po | 9 ++ account_financial_report/i18n/fr.po | 12 +- account_financial_report/i18n/fr_CH.po | 12 +- account_financial_report/i18n/fr_FR.po | 9 ++ account_financial_report/i18n/hr.po | 9 ++ account_financial_report/i18n/hr_HR.po | 9 ++ account_financial_report/i18n/it.po | 12 +- account_financial_report/i18n/ja.po | 9 ++ account_financial_report/i18n/nl.po | 15 +- account_financial_report/i18n/nl_NL.po | 9 ++ account_financial_report/i18n/pt.po | 9 ++ account_financial_report/i18n/pt_BR.po | 12 +- account_financial_report/i18n/ro.po | 15 +- account_financial_report/report/__init__.py | 1 + .../report/abstract_report.py | 126 +++++++++++++++ .../report/aged_partner_balance.py | 106 +------------ .../report/general_ledger.py | 33 +--- .../report/journal_ledger.py | 2 + account_financial_report/report/open_items.py | 146 ++---------------- .../report/trial_balance.py | 96 ++++-------- account_financial_report/report/vat_report.py | 4 + .../static/description/index.html | 1 + .../wizard/abstract_wizard.py | 24 ++- .../wizard/aged_partner_balance_wizard.py | 21 --- .../wizard/general_ledger_wizard.py | 26 +--- .../wizard/journal_ledger_wizard.py | 26 +--- .../wizard/open_items_wizard.py | 21 --- .../wizard/trial_balance_wizard.py | 21 --- .../wizard/vat_report_wizard.py | 22 +-- account_tax_balance/COPYRIGHT | 2 +- account_tax_balance/README.rst | 12 +- account_tax_balance/__manifest__.py | 7 +- .../static/description/index.html | 4 +- 42 files changed, 415 insertions(+), 498 deletions(-) create mode 100644 account_financial_report/report/abstract_report.py diff --git a/README.md b/README.md index edbfeb7..3a1da63 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ addon | version | summary --- | --- | --- [mis_template_financial_report](mis_template_financial_report/) | 2.0.1.0.0| Profit & Loss / Balance sheet MIS templates [account_move_line_report_xls](account_move_line_report_xls/) | 2.0.1.0.1| Journal Items Excel export -[account_tax_balance](account_tax_balance/) | 2.0.1.2.1| Compute tax balances based on date range -[account_financial_report](account_financial_report/) | 2.0.1.5.1| OCA Financial Reports +[account_tax_balance](account_tax_balance/) | 2.0.1.2.2| Compute tax balances based on date range +[account_financial_report](account_financial_report/) | 2.0.2.0.0| OCA Financial Reports [mis_builder_cash_flow](mis_builder_cash_flow/) | 2.0.1.0.0| MIS Builder Cash Flow [partner_statement](partner_statement/) | 2.0.1.1.0| OCA Financial Reports diff --git a/account_financial_report/README.rst b/account_financial_report/README.rst index c268bd0..b7e403d 100644 --- a/account_financial_report/README.rst +++ b/account_financial_report/README.rst @@ -136,6 +136,8 @@ Contributors * Harald Panten * Valentin Vinagre +* Lois Rilo + 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 0e182c8..c9cf90e 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.5.1", + "version": "2.0.2.0.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 6e1eaa7..9eef81f 100644 --- a/account_financial_report/i18n/account_financial_report.pot +++ b/account_financial_report/i18n/account_financial_report.pot @@ -57,6 +57,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -392,6 +397,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -624,6 +630,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -948,6 +955,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1073,6 +1081,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/ar.po b/account_financial_report/i18n/ar.po index 820d3b7..f53d952 100644 --- a/account_financial_report/i18n/ar.po +++ b/account_financial_report/i18n/ar.po @@ -60,6 +60,11 @@ msgstr "‫موجز الضرائب" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -396,6 +401,7 @@ msgstr "الرمز" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -626,6 +632,7 @@ msgstr "تفصيل الضرائب" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -958,6 +965,7 @@ msgstr "الشجرة مبنية على" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1085,6 +1093,7 @@ msgstr "اليوميات" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/ca.po b/account_financial_report/i18n/ca.po index 9105f9e..699c437 100644 --- a/account_financial_report/i18n/ca.po +++ b/account_financial_report/i18n/ca.po @@ -63,6 +63,11 @@ msgstr "Resum d'impostos" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -406,6 +411,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -635,6 +641,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -961,6 +968,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1086,6 +1094,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/de.po b/account_financial_report/i18n/de.po index 95872d7..5af225c 100644 --- a/account_financial_report/i18n/de.po +++ b/account_financial_report/i18n/de.po @@ -65,6 +65,12 @@ msgstr "Steuerbuchungen Zusammenfassung" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "Steuerbericht" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -410,6 +416,7 @@ msgstr "Nummer" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -640,6 +647,7 @@ msgstr "Details zu Steuern" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -976,6 +984,7 @@ msgstr "Gruppieren über" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1103,6 +1112,7 @@ msgstr "Journale" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1891,11 +1901,6 @@ msgstr "Breite: 8,11%;" #~ msgid "Cost center" #~ msgstr "Kostenstelle" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "Steuerbericht" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po index 4b8a102..1afd30e 100644 --- a/account_financial_report/i18n/es.po +++ b/account_financial_report/i18n/es.po @@ -61,6 +61,11 @@ msgstr "Resumen de Impuestos" msgid "To" msgstr "A" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Informe Extracto" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -400,6 +405,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -637,6 +643,7 @@ msgstr "Detalle de impuestos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -969,6 +976,7 @@ msgstr "Jerarquía en" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1099,6 +1107,7 @@ msgstr "Diarios" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1890,9 +1899,6 @@ msgstr "ancho: 8.11%;" #~ msgid "Cost center" #~ msgstr "Centro de Costos" -#~ msgid "Abstract Report" -#~ msgstr "Informe Extracto" - #~ msgid "Account Code" #~ msgstr "Cuenta" diff --git a/account_financial_report/i18n/es_AR.po b/account_financial_report/i18n/es_AR.po index 127e419..d5e30a2 100644 --- a/account_financial_report/i18n/es_AR.po +++ b/account_financial_report/i18n/es_AR.po @@ -60,6 +60,11 @@ msgstr "Resumen de Impuestos" msgid "To" msgstr "Para" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -399,6 +404,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -636,6 +642,7 @@ msgstr "Detalle de impuestos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -969,6 +976,7 @@ msgstr "Jerarquía en" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1097,6 +1105,7 @@ msgstr "Diarios" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po index 1326b77..72c6060 100644 --- a/account_financial_report/i18n/es_MX.po +++ b/account_financial_report/i18n/es_MX.po @@ -66,6 +66,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -397,6 +402,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -626,6 +632,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -946,6 +953,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1068,6 +1076,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/fr.po b/account_financial_report/i18n/fr.po index 8d5392b..ae90365 100644 --- a/account_financial_report/i18n/fr.po +++ b/account_financial_report/i18n/fr.po @@ -63,6 +63,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "à" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Résumé du rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -394,6 +399,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -632,6 +638,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -964,6 +971,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1093,6 +1101,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1887,9 +1896,6 @@ msgstr "largeur : 8.11% ;" #~ msgid "Cost center" #~ msgstr "Centre de coût" -#~ msgid "Abstract Report" -#~ msgstr "Résumé du rapport" - #~ msgid "Account ID" #~ msgstr "ID du compte" diff --git a/account_financial_report/i18n/fr_CH.po b/account_financial_report/i18n/fr_CH.po index 73c54ab..6847c57 100644 --- a/account_financial_report/i18n/fr_CH.po +++ b/account_financial_report/i18n/fr_CH.po @@ -60,6 +60,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Résumé du rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -395,6 +400,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -633,6 +639,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -972,6 +979,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1103,6 +1111,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1886,9 +1895,6 @@ msgstr "" #~ msgid "Cost center" #~ msgstr "Centre de coût" -#~ msgid "Abstract Report" -#~ msgstr "Résumé du rapport" - #~ msgid "Account ID" #~ msgstr "ID du compte" diff --git a/account_financial_report/i18n/fr_FR.po b/account_financial_report/i18n/fr_FR.po index 582e026..b25c121 100644 --- a/account_financial_report/i18n/fr_FR.po +++ b/account_financial_report/i18n/fr_FR.po @@ -60,6 +60,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "à" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -391,6 +396,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -629,6 +635,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -960,6 +967,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1088,6 +1096,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/hr.po b/account_financial_report/i18n/hr.po index 597e5a7..42982db 100644 --- a/account_financial_report/i18n/hr.po +++ b/account_financial_report/i18n/hr.po @@ -61,6 +61,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -393,6 +398,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -622,6 +628,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -942,6 +949,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1064,6 +1072,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/hr_HR.po b/account_financial_report/i18n/hr_HR.po index a9d1205..4d21e86 100644 --- a/account_financial_report/i18n/hr_HR.po +++ b/account_financial_report/i18n/hr_HR.po @@ -64,6 +64,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -401,6 +406,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -630,6 +636,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -950,6 +957,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1072,6 +1080,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/it.po b/account_financial_report/i18n/it.po index 3629243..bf64df3 100644 --- a/account_financial_report/i18n/it.po +++ b/account_financial_report/i18n/it.po @@ -61,6 +61,11 @@ msgstr "Riepilogo imposte" msgid "To" msgstr "A" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Report astratto" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard #, fuzzy @@ -405,6 +410,7 @@ msgstr "Codice" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -642,6 +648,7 @@ msgstr "Dettaglio imposte" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -978,6 +985,7 @@ msgstr "Gerarchia su" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1105,6 +1113,7 @@ msgstr "Sezionali" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1863,9 +1872,6 @@ msgstr "" #~ msgid "Cost center" #~ msgstr "Centro di costo" -#~ msgid "Abstract Report" -#~ msgstr "Report astratto" - #~ msgid "Account ID" #~ msgstr "ID conto" diff --git a/account_financial_report/i18n/ja.po b/account_financial_report/i18n/ja.po index a2cfec8..231c008 100644 --- a/account_financial_report/i18n/ja.po +++ b/account_financial_report/i18n/ja.po @@ -61,6 +61,11 @@ msgstr "税サマリ" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -394,6 +399,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -623,6 +629,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -943,6 +950,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1065,6 +1073,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/nl.po b/account_financial_report/i18n/nl.po index 9ec0515..5317cf1 100644 --- a/account_financial_report/i18n/nl.po +++ b/account_financial_report/i18n/nl.po @@ -63,6 +63,12 @@ msgstr "Belasting samenvatting" msgid "To" msgstr "tot" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "BTW rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -407,6 +413,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -637,6 +644,7 @@ msgstr "Detail belastingen" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -978,6 +986,7 @@ msgstr "Hiërarchie aan" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1111,6 +1120,7 @@ msgstr "Dagboeken" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1893,11 +1903,6 @@ msgstr "breedte: 8.11%;" #~ msgid "Cost center" #~ msgstr "Kostenplaats" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "BTW rapport" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/i18n/nl_NL.po b/account_financial_report/i18n/nl_NL.po index 7625e03..86ae7c0 100644 --- a/account_financial_report/i18n/nl_NL.po +++ b/account_financial_report/i18n/nl_NL.po @@ -63,6 +63,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -400,6 +405,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -629,6 +635,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -949,6 +956,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1071,6 +1079,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/pt.po b/account_financial_report/i18n/pt.po index 136b879..a0f3441 100644 --- a/account_financial_report/i18n/pt.po +++ b/account_financial_report/i18n/pt.po @@ -63,6 +63,11 @@ msgstr "Resumo de impostos" msgid "To" msgstr "Até" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -394,6 +399,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -632,6 +638,7 @@ msgstr "Detalhe dos Impostos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -957,6 +964,7 @@ msgstr "Hierarquia em" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1083,6 +1091,7 @@ msgstr "Diários" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update diff --git a/account_financial_report/i18n/pt_BR.po b/account_financial_report/i18n/pt_BR.po index d36d91a..aadf5b4 100644 --- a/account_financial_report/i18n/pt_BR.po +++ b/account_financial_report/i18n/pt_BR.po @@ -60,6 +60,11 @@ msgstr "Resumo de Impostos" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Relatório Resumido" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -403,6 +408,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -640,6 +646,7 @@ msgstr "Detalhes dos Impostos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -979,6 +986,7 @@ msgstr "Hierarquia Habilitada" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1110,6 +1118,7 @@ msgstr "Diários" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1893,9 +1902,6 @@ msgstr "largura: 8.11%;" #~ msgid "Cost center" #~ msgstr "Centro de Custos" -#~ msgid "Abstract Report" -#~ msgstr "Relatório Resumido" - #~ msgid "Account ID" #~ msgstr "ID da Conta" diff --git a/account_financial_report/i18n/ro.po b/account_financial_report/i18n/ro.po index e5e1001..566ddda 100644 --- a/account_financial_report/i18n/ro.po +++ b/account_financial_report/i18n/ro.po @@ -64,6 +64,12 @@ msgstr "Rezumat taxe" msgid "To" msgstr "Către" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "Raport TVA" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -403,6 +409,7 @@ msgstr "Cod" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -632,6 +639,7 @@ msgstr "Detalii impozite" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -960,6 +968,7 @@ msgstr "Activare ierarhie" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1088,6 +1097,7 @@ msgstr "Jurnale" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1853,11 +1863,6 @@ msgstr "lățime: 8,11%;" #~ msgid "Cost center" #~ msgstr "Centrul de cost" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "Raport TVA" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/report/__init__.py b/account_financial_report/report/__init__.py index 4193675..ae2ee3d 100644 --- a/account_financial_report/report/__init__.py +++ b/account_financial_report/report/__init__.py @@ -3,6 +3,7 @@ # © 2016 Julien Coux (Camptocamp) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).- +from . import abstract_report from . import abstract_report_xlsx from . import aged_partner_balance from . import aged_partner_balance_xlsx diff --git a/account_financial_report/report/abstract_report.py b/account_financial_report/report/abstract_report.py new file mode 100644 index 0000000..b908dc1 --- /dev/null +++ b/account_financial_report/report/abstract_report.py @@ -0,0 +1,126 @@ +# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from flectra import api, models + + +class AgedPartnerBalanceReport(models.AbstractModel): + _name = "report.account_financial_report.abstract_report" + _description = "Abstract Report" + + @api.model + def _get_move_lines_domain_not_reconciled( + self, company_id, account_ids, partner_ids, only_posted_moves, date_from + ): + domain = [ + ("account_id", "in", account_ids), + ("company_id", "=", company_id), + ("reconciled", "=", False), + ] + if partner_ids: + domain += [("partner_id", "in", partner_ids)] + if only_posted_moves: + domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] + if date_from: + domain += [("date", ">", date_from)] + return domain + + @api.model + def _get_new_move_lines_domain( + self, new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves + ): + domain = [ + ("account_id", "in", account_ids), + ("company_id", "=", company_id), + ("id", "in", new_ml_ids), + ] + if partner_ids: + domain += [("partner_id", "in", partner_ids)] + if only_posted_moves: + domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] + return domain + + def _recalculate_move_lines( + self, + move_lines, + debit_ids, + credit_ids, + debit_amount, + credit_amount, + ml_ids, + account_ids, + company_id, + partner_ids, + only_posted_moves, + ): + debit_ids = set(debit_ids) + credit_ids = set(credit_ids) + in_credit_but_not_in_debit = credit_ids - debit_ids + reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) + reconciled_ids = set(reconciled_ids) + ml_ids = set(ml_ids) + new_ml_ids = reconciled_ids - ml_ids + new_ml_ids = list(new_ml_ids) + new_domain = self._get_new_move_lines_domain( + new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves + ) + ml_fields = [ + "id", + "name", + "date", + "move_id", + "journal_id", + "account_id", + "partner_id", + "amount_residual", + "date_maturity", + "ref", + "debit", + "credit", + "reconciled", + "currency_id", + "amount_currency", + "amount_residual_currency", + ] + new_move_lines = self.env["account.move.line"].search_read( + domain=new_domain, fields=ml_fields + ) + move_lines = move_lines + new_move_lines + for move_line in move_lines: + ml_id = move_line["id"] + if ml_id in debit_ids: + move_line["amount_residual"] += debit_amount[ml_id] + if ml_id in credit_ids: + move_line["amount_residual"] -= credit_amount[ml_id] + return move_lines + + def _get_accounts_data(self, accounts_ids): + accounts = self.env["account.account"].browse(accounts_ids) + accounts_data = {} + for account in accounts: + accounts_data.update( + { + account.id: { + "id": account.id, + "code": account.code, + "name": account.name, + "hide_account": False, + "group_id": account.group_id.id, + "currency_id": account.currency_id or False, + "currency_name": account.currency_id.name, + "centralized": account.centralized, + } + } + ) + return accounts_data + + def _get_journals_data(self, journals_ids): + journals = self.env["account.journal"].browse(journals_ids) + journals_data = {} + for journal in journals: + journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) + return journals_data diff --git a/account_financial_report/report/aged_partner_balance.py b/account_financial_report/report/aged_partner_balance.py index 0aaa158..317221e 100644 --- a/account_financial_report/report/aged_partner_balance.py +++ b/account_financial_report/report/aged_partner_balance.py @@ -12,6 +12,7 @@ from flectra.tools import float_is_zero class AgedPartnerBalanceReport(models.AbstractModel): _name = "report.account_financial_report.aged_partner_balance" _description = "Aged Partner Balance Report" + _inherit = "report.account_financial_report.abstract_report" @api.model def _initialize_account(self, ag_pb_data, acc_id): @@ -40,45 +41,6 @@ class AgedPartnerBalanceReport(models.AbstractModel): ag_pb_data[acc_id][prt_id]["move_lines"] = [] return ag_pb_data - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data - - def _get_accounts_data(self, accounts_ids): - accounts = self.env["account.account"].browse(accounts_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - } - } - ) - return accounts_data - - @api.model - def _get_move_lines_domain( - self, company_id, account_ids, partner_ids, only_posted_moves, date_from - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("reconciled", "=", False), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if only_posted_moves: - domain += [("move_id.state", "=", "posted")] - if date_from: - domain += [("date", ">", date_from)] - return domain - @api.model def _calculate_amounts( self, ag_pb_data, acc_id, prt_id, residual, due_date, date_at_object @@ -128,70 +90,6 @@ class AgedPartnerBalanceReport(models.AbstractModel): ) return accounts_partial_reconcile, debit_amount, credit_amount - @api.model - def _get_new_move_lines_domain( - self, new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("id", "in", new_ml_ids), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if only_posted_moves: - domain += [("move_id.state", "=", "posted")] - return domain - - def _recalculate_move_lines( - self, - move_lines, - debit_ids, - credit_ids, - debit_amount, - credit_amount, - ml_ids, - account_ids, - company_id, - partner_ids, - only_posted_moves, - ): - debit_ids = set(debit_ids) - credit_ids = set(credit_ids) - in_credit_but_not_in_debit = credit_ids - debit_ids - reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) - reconciled_ids = set(reconciled_ids) - ml_ids = set(ml_ids) - new_ml_ids = reconciled_ids - ml_ids - new_ml_ids = list(new_ml_ids) - new_domain = self._get_new_move_lines_domain( - new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves - ) - ml_fields = [ - "id", - "name", - "date", - "move_id", - "journal_id", - "account_id", - "partner_id", - "amount_residual", - "date_maturity", - "ref", - "reconciled", - ] - new_move_lines = self.env["account.move.line"].search_read( - domain=new_domain, fields=ml_fields - ) - move_lines = move_lines + new_move_lines - for move_line in move_lines: - ml_id = move_line["id"] - if ml_id in debit_ids: - move_line["amount_residual"] += debit_amount[ml_id] - if ml_id in credit_ids: - move_line["amount_residual"] -= credit_amount[ml_id] - return move_lines - def _get_move_lines_data( self, company_id, @@ -202,7 +100,7 @@ class AgedPartnerBalanceReport(models.AbstractModel): only_posted_moves, show_move_line_details, ): - domain = self._get_move_lines_domain( + domain = self._get_move_lines_domain_not_reconciled( company_id, account_ids, partner_ids, only_posted_moves, date_from ) ml_fields = [ diff --git a/account_financial_report/report/general_ledger.py b/account_financial_report/report/general_ledger.py index 319b6a5..4eb70e7 100644 --- a/account_financial_report/report/general_ledger.py +++ b/account_financial_report/report/general_ledger.py @@ -13,32 +13,7 @@ from flectra.tools import float_is_zero class GeneralLedgerReport(models.AbstractModel): _name = "report.account_financial_report.general_ledger" _description = "General Ledger Report" - - def _get_accounts_data(self, account_ids): - accounts = self.env["account.account"].browse(account_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - "group_id": account.group_id.id, - "currency_id": account.currency_id or False, - "currency_name": account.currency_id.name, - "centralized": account.centralized, - } - } - ) - return accounts_data - - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data + _inherit = "report.account_financial_report.abstract_report" def _get_tags_data(self, tags_ids): tags = self.env["account.analytic.tag"].browse(tags_ids) @@ -195,6 +170,8 @@ class GeneralLedgerReport(models.AbstractModel): base_domain += [("partner_id", "in", partner_ids)] if only_posted_moves: base_domain += [("move_id.state", "=", "posted")] + else: + base_domain += [("move_id.state", "in", ["posted", "draft"])] if analytic_tag_ids: base_domain += [("analytic_tag_ids", "in", analytic_tag_ids)] if cost_center_ids: @@ -384,6 +361,8 @@ class GeneralLedgerReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if analytic_tag_ids: domain += [("analytic_tag_ids", "in", analytic_tag_ids)] if cost_center_ids: @@ -628,7 +607,7 @@ class GeneralLedgerReport(models.AbstractModel): hide_account_at_0, ): general_ledger = [] - rounding = self.env.user.company_id.currency_id.rounding + rounding = self.env.company.currency_id.rounding for acc_id in gen_led_data.keys(): account = {} account.update( diff --git a/account_financial_report/report/journal_ledger.py b/account_financial_report/report/journal_ledger.py index 7631d79..e044fb2 100644 --- a/account_financial_report/report/journal_ledger.py +++ b/account_financial_report/report/journal_ledger.py @@ -49,6 +49,8 @@ class JournalLedgerReport(models.AbstractModel): ] if wizard.move_target != "all": domain += [("state", "=", wizard.move_target)] + else: + domain += [("state", "in", ["posted", "draft"])] return domain def _get_moves_order(self, wizard, journal_ids): diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index b9d5a07..293feca 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -12,23 +12,7 @@ from flectra.tools import float_is_zero class OpenItemsReport(models.AbstractModel): _name = "report.account_financial_report.open_items" _description = "Open Items Report" - - @api.model - def get_html(self, given_context=None): - return self._get_html() - - def _get_html(self): - result = {} - rcontext = {} - context = dict(self.env.context) - rcontext.update(context.get("data")) - active_id = context.get("active_id") - wiz = self.env["open.items.report.wizard"].browse(active_id) - rcontext["o"] = wiz - result["html"] = self.env.ref( - "account_financial_report.report_open_items" - ).render(rcontext) - return result + _inherit = "report.account_financial_report.abstract_report" def _get_account_partial_reconciled(self, company_id, date_at_object): domain = [("max_date", ">", date_at_object), ("company_id", "=", company_id)] @@ -52,128 +36,17 @@ class OpenItemsReport(models.AbstractModel): ) return accounts_partial_reconcile, debit_amount, credit_amount - @api.model - def _get_new_move_lines_domain( - self, new_ml_ids, account_ids, company_id, partner_ids, target_moves - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("id", "in", new_ml_ids), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if target_moves == "posted": - domain += [("move_id.state", "=", "posted")] - return domain - - def _recalculate_move_lines( - self, - move_lines, - debit_ids, - credit_ids, - debit_amount, - credit_amount, - ml_ids, - account_ids, - company_id, - partner_ids, - target_moves, - ): - debit_ids = set(debit_ids) - credit_ids = set(credit_ids) - in_credit_but_not_in_debit = credit_ids - debit_ids - reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) - reconciled_ids = set(reconciled_ids) - ml_ids = set(ml_ids) - new_ml_ids = reconciled_ids - ml_ids - new_ml_ids = list(new_ml_ids) - new_domain = self._get_new_move_lines_domain( - new_ml_ids, account_ids, company_id, partner_ids, target_moves - ) - ml_fields = [ - "id", - "name", - "date", - "move_id", - "journal_id", - "account_id", - "partner_id", - "amount_residual", - "date_maturity", - "ref", - "debit", - "credit", - "reconciled", - "currency_id", - "amount_currency", - "amount_residual_currency", - ] - new_move_lines = self.env["account.move.line"].search_read( - domain=new_domain, fields=ml_fields - ) - move_lines = move_lines + new_move_lines - for move_line in move_lines: - ml_id = move_line["id"] - if ml_id in debit_ids: - move_line["amount_residual"] += debit_amount[ml_id] - if ml_id in credit_ids: - move_line["amount_residual"] -= credit_amount[ml_id] - return move_lines - - @api.model - def _get_move_lines_domain( - self, company_id, account_ids, partner_ids, target_move, date_from - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("reconciled", "=", False), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if target_move == "posted": - domain += [("move_id.state", "=", "posted")] - if date_from: - domain += [("date", ">", date_from)] - return domain - - def _get_accounts_data(self, accounts_ids): - accounts = self.env["account.account"].browse(accounts_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - "hide_account": False, - "currency_id": account.currency_id or False, - "currency_name": account.currency_id.name, - } - } - ) - return accounts_data - - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data - def _get_data( self, account_ids, partner_ids, date_at_object, - target_move, + only_posted_moves, company_id, date_from, ): - domain = self._get_move_lines_domain( - company_id, account_ids, partner_ids, target_move, date_from + domain = self._get_move_lines_domain_not_reconciled( + company_id, account_ids, partner_ids, only_posted_moves, date_from ) ml_fields = [ "id", @@ -223,7 +96,7 @@ class OpenItemsReport(models.AbstractModel): account_ids, company_id, partner_ids, - target_move, + only_posted_moves, ) move_lines = [ move_line @@ -357,7 +230,7 @@ class OpenItemsReport(models.AbstractModel): date_at = data["date_at"] date_at_object = datetime.strptime(date_at, "%Y-%m-%d").date() date_from = data["date_from"] - target_move = data["target_move"] + only_posted_moves = data["only_posted_moves"] show_partner_details = data["show_partner_details"] ( @@ -367,7 +240,12 @@ class OpenItemsReport(models.AbstractModel): accounts_data, open_items_move_lines_data, ) = self._get_data( - account_ids, partner_ids, date_at_object, target_move, company_id, date_from + account_ids, + partner_ids, + date_at_object, + only_posted_moves, + company_id, + date_from, ) total_amount = self._calculate_amounts(open_items_move_lines_data) diff --git a/account_financial_report/report/trial_balance.py b/account_financial_report/report/trial_balance.py index 8a4c8b9..cdccff6 100644 --- a/account_financial_report/report/trial_balance.py +++ b/account_financial_report/report/trial_balance.py @@ -10,42 +10,7 @@ from flectra import api, models class TrialBalanceReport(models.AbstractModel): _name = "report.account_financial_report.trial_balance" _description = "Trial Balance Report" - - @api.model - def get_html(self, given_context=None): - return self._get_html() - - def _get_html(self): - result = {} - rcontext = {} - context = dict(self.env.context) - rcontext.update(context.get("data")) - active_id = context.get("active_id") - wiz = self.env["open.items.report.wizard"].browse(active_id) - rcontext["o"] = wiz - result["html"] = self.env.ref( - "account_financial_report.report_trial_balance" - ).render(rcontext) - return result - - def _get_accounts_data(self, account_ids): - accounts = self.env["account.account"].browse(account_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - "group_id": account.group_id.id, - "hide_account": False, - "currency_id": account.currency_id or False, - "currency_name": account.currency_id.name, - } - } - ) - return accounts_data + _inherit = "report.account_financial_report.abstract_report" def _get_initial_balances_bs_ml_domain( self, @@ -74,6 +39,8 @@ class TrialBalanceReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if show_partner_details: domain += [("account_id.internal_type", "in", ["receivable", "payable"])] return domain @@ -106,6 +73,8 @@ class TrialBalanceReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if show_partner_details: domain += [("account_id.internal_type", "in", ["receivable", "payable"])] return domain @@ -137,6 +106,8 @@ class TrialBalanceReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if show_partner_details: domain += [("account_id.internal_type", "in", ["receivable", "payable"])] return domain @@ -168,6 +139,8 @@ class TrialBalanceReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if show_partner_details: domain += [("account_id.internal_type", "in", ["receivable", "payable"])] return domain @@ -252,6 +225,25 @@ class TrialBalanceReport(models.AbstractModel): ) return total_amount + @api.model + def _compute_acc_prt_amount( + self, total_amount, tb, acc_id, prt_id, foreign_currency + ): + total_amount[acc_id][prt_id] = {} + total_amount[acc_id][prt_id]["credit"] = 0.0 + total_amount[acc_id][prt_id]["debit"] = 0.0 + total_amount[acc_id][prt_id]["balance"] = 0.0 + total_amount[acc_id][prt_id]["initial_balance"] = tb["balance"] + total_amount[acc_id][prt_id]["ending_balance"] = tb["balance"] + if foreign_currency: + total_amount[acc_id][prt_id]["initial_currency_balance"] = round( + tb["amount_currency"], 2 + ) + total_amount[acc_id][prt_id]["ending_currency_balance"] = round( + tb["amount_currency"], 2 + ) + return total_amount + @api.model def _compute_partner_amount( self, total_amount, tb_initial_prt, tb_period_prt, foreign_currency @@ -287,34 +279,14 @@ class TrialBalanceReport(models.AbstractModel): {prt_id: {"id": prt_id, "name": tb["partner_id"][1]}} ) if acc_id not in total_amount.keys(): - total_amount[acc_id][prt_id] = {} - total_amount[acc_id][prt_id]["credit"] = 0.0 - total_amount[acc_id][prt_id]["debit"] = 0.0 - total_amount[acc_id][prt_id]["balance"] = 0.0 - total_amount[acc_id][prt_id]["initial_balance"] = tb["balance"] - total_amount[acc_id][prt_id]["ending_balance"] = tb["balance"] - if foreign_currency: - total_amount[acc_id][prt_id][ - "initial_currency_balance" - ] = round(tb["amount_currency"], 2) - total_amount[acc_id][prt_id]["ending_currency_balance"] = round( - tb["amount_currency"], 2 - ) + total_amount = self._compute_acc_prt_amount( + total_amount, tb, acc_id, prt_id, foreign_currency + ) partners_ids.add(tb["partner_id"]) elif prt_id not in total_amount[acc_id].keys(): - total_amount[acc_id][prt_id] = {} - total_amount[acc_id][prt_id]["credit"] = 0.0 - total_amount[acc_id][prt_id]["debit"] = 0.0 - total_amount[acc_id][prt_id]["balance"] = 0.0 - total_amount[acc_id][prt_id]["initial_balance"] = tb["balance"] - total_amount[acc_id][prt_id]["ending_balance"] = tb["balance"] - if foreign_currency: - total_amount[acc_id][prt_id][ - "initial_currency_balance" - ] = round(tb["amount_currency"], 2) - total_amount[acc_id][prt_id]["ending_currency_balance"] = round( - tb["amount_currency"], 2 - ) + total_amount = self._compute_acc_prt_amount( + total_amount, tb, acc_id, prt_id, foreign_currency + ) partners_ids.add(tb["partner_id"]) else: total_amount[acc_id][prt_id]["initial_balance"] += tb["balance"] diff --git a/account_financial_report/report/vat_report.py b/account_financial_report/report/vat_report.py index f89b595..16937fe 100644 --- a/account_financial_report/report/vat_report.py +++ b/account_financial_report/report/vat_report.py @@ -40,6 +40,8 @@ class VATReport(models.AbstractModel): ] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] return domain @api.model @@ -52,6 +54,8 @@ class VATReport(models.AbstractModel): ] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] return domain def _get_vat_report_data(self, company_id, date_from, date_to, only_posted_moves): diff --git a/account_financial_report/static/description/index.html b/account_financial_report/static/description/index.html index 1b3ca14..231eff4 100644 --- a/account_financial_report/static/description/index.html +++ b/account_financial_report/static/description/index.html @@ -492,6 +492,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Valentin Vinagre
  • +
  • Lois Rilo <lois.rilo@forgeflow.com>
  • Much of the work in this module was done at a sprint in Sorrento, Italy in April 2016.

    diff --git a/account_financial_report/wizard/abstract_wizard.py b/account_financial_report/wizard/abstract_wizard.py index ddf5d4e..d37192d 100644 --- a/account_financial_report/wizard/abstract_wizard.py +++ b/account_financial_report/wizard/abstract_wizard.py @@ -1,7 +1,7 @@ # Copyright 2019 Lorenzo Battistini @ TAKOBI # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from flectra import models +from flectra import fields, models class AbstractWizard(models.AbstractModel): @@ -27,3 +27,25 @@ class AbstractWizard(models.AbstractModel): partners -= corp_partners partners |= corp_partners.mapped("commercial_partner_id") return partners.ids + + company_id = fields.Many2one( + comodel_name="res.company", + default=lambda self: self.env.company.id, + required=False, + string="Company", + ) + + def button_export_html(self): + self.ensure_one() + report_type = "qweb-html" + return self._export(report_type) + + def button_export_pdf(self): + self.ensure_one() + report_type = "qweb-pdf" + return self._export(report_type) + + def button_export_xlsx(self): + self.ensure_one() + report_type = "xlsx" + return self._export(report_type) diff --git a/account_financial_report/wizard/aged_partner_balance_wizard.py b/account_financial_report/wizard/aged_partner_balance_wizard.py index d996835..b95f2db 100644 --- a/account_financial_report/wizard/aged_partner_balance_wizard.py +++ b/account_financial_report/wizard/aged_partner_balance_wizard.py @@ -13,12 +13,6 @@ class AgedPartnerBalanceWizard(models.TransientModel): _description = "Aged Partner Balance Wizard" _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - required=False, - string="Company", - ) date_at = fields.Date(required=True, default=fields.Date.context_today) date_from = fields.Date(string="Date From") target_move = fields.Selection( @@ -133,21 +127,6 @@ class AgedPartnerBalanceWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - self.ensure_one() - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_report_aged_partner_balance(self): self.ensure_one() return { diff --git a/account_financial_report/wizard/general_ledger_wizard.py b/account_financial_report/wizard/general_ledger_wizard.py index bddbce0..0168c3d 100644 --- a/account_financial_report/wizard/general_ledger_wizard.py +++ b/account_financial_report/wizard/general_ledger_wizard.py @@ -22,12 +22,6 @@ class GeneralLedgerReportWizard(models.TransientModel): _description = "General Ledger Report Wizard" _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - required=False, - string="Company", - ) date_range_id = fields.Many2one(comodel_name="date.range", string="Date range") date_from = fields.Date(required=True, default=lambda self: self._init_date_from()) date_to = fields.Date(required=True, default=fields.Date.context_today) @@ -128,8 +122,9 @@ class GeneralLedgerReportWizard(models.TransientModel): def _init_date_from(self): """set start date to begin of current year if fiscal year running""" today = fields.Date.context_today(self) - last_fsc_month = self.env.user.company_id.fiscalyear_last_month - last_fsc_day = self.env.user.company_id.fiscalyear_last_day + company = self.company_id or self.env.company + last_fsc_month = company.fiscalyear_last_month + last_fsc_day = company.fiscalyear_last_day if ( today.month < int(last_fsc_month) @@ -297,21 +292,6 @@ class GeneralLedgerReportWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - self.ensure_one() - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_report_general_ledger(self): self.ensure_one() return { diff --git a/account_financial_report/wizard/journal_ledger_wizard.py b/account_financial_report/wizard/journal_ledger_wizard.py index 4dd6a46..4854a36 100644 --- a/account_financial_report/wizard/journal_ledger_wizard.py +++ b/account_financial_report/wizard/journal_ledger_wizard.py @@ -9,14 +9,8 @@ class JournalLedgerReportWizard(models.TransientModel): _name = "journal.ledger.report.wizard" _description = "Journal Ledger Report Wizard" + _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - string="Company", - required=False, - ondelete="cascade", - ) date_range_id = fields.Many2one(comodel_name="date.range", string="Date range") date_from = fields.Date(string="Start date", required=True) date_to = fields.Date(string="End date", required=True) @@ -95,20 +89,6 @@ class JournalLedgerReportWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_report_journal_ledger(self): self.ensure_one() journals = self.journal_ids @@ -154,8 +134,8 @@ class JournalLedgerReportWizard(models.TransientModel): @api.model def _get_partner_name(self, partner_id, partner_data): - if str(partner_id) in partner_data.keys(): - return partner_data[str(partner_id)]["name"] + if partner_id in partner_data.keys(): + return partner_data[partner_id]["name"] else: return "" diff --git a/account_financial_report/wizard/open_items_wizard.py b/account_financial_report/wizard/open_items_wizard.py index eefeade..23d47e6 100644 --- a/account_financial_report/wizard/open_items_wizard.py +++ b/account_financial_report/wizard/open_items_wizard.py @@ -13,12 +13,6 @@ class OpenItemsReportWizard(models.TransientModel): _description = "Open Items Report Wizard" _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - required=False, - string="Company", - ) date_at = fields.Date(required=True, default=fields.Date.context_today) date_from = fields.Date(string="Date From") target_move = fields.Selection( @@ -157,21 +151,6 @@ class OpenItemsReportWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - self.ensure_one() - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_report_open_items(self): self.ensure_one() return { diff --git a/account_financial_report/wizard/trial_balance_wizard.py b/account_financial_report/wizard/trial_balance_wizard.py index b3e6433..84eddda 100644 --- a/account_financial_report/wizard/trial_balance_wizard.py +++ b/account_financial_report/wizard/trial_balance_wizard.py @@ -16,12 +16,6 @@ class TrialBalanceReportWizard(models.TransientModel): _description = "Trial Balance Report Wizard" _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - required=False, - string="Company", - ) date_range_id = fields.Many2one(comodel_name="date.range", string="Date range") date_from = fields.Date(required=True) date_to = fields.Date(required=True) @@ -258,21 +252,6 @@ class TrialBalanceReportWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - self.ensure_one() - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_report_trial_balance(self): self.ensure_one() return { diff --git a/account_financial_report/wizard/vat_report_wizard.py b/account_financial_report/wizard/vat_report_wizard.py index ede5225..080022a 100644 --- a/account_financial_report/wizard/vat_report_wizard.py +++ b/account_financial_report/wizard/vat_report_wizard.py @@ -8,13 +8,8 @@ from flectra.exceptions import ValidationError class VATReportWizard(models.TransientModel): _name = "vat.report.wizard" _description = "VAT Report Wizard" + _inherit = "account_financial_report_abstract_wizard" - company_id = fields.Many2one( - comodel_name="res.company", - default=lambda self: self.env.company, - required=False, - string="Company", - ) date_range_id = fields.Many2one(comodel_name="date.range", string="Date range") date_from = fields.Date("Start Date", required=True) date_to = fields.Date("End Date", required=True) @@ -88,21 +83,6 @@ class VATReportWizard(models.TransientModel): .report_action(self, data=data) ) - def button_export_html(self): - self.ensure_one() - report_type = "qweb-html" - return self._export(report_type) - - def button_export_pdf(self): - self.ensure_one() - report_type = "qweb-pdf" - return self._export(report_type) - - def button_export_xlsx(self): - self.ensure_one() - report_type = "xlsx" - return self._export(report_type) - def _prepare_vat_report(self): self.ensure_one() return { diff --git a/account_tax_balance/COPYRIGHT b/account_tax_balance/COPYRIGHT index f792d48..89f4c02 100644 --- a/account_tax_balance/COPYRIGHT +++ b/account_tax_balance/COPYRIGHT @@ -7,7 +7,7 @@ Most of the files are Copyright 2016 Lorenzo Battistini - Agile Business Group Copyright 2016 Tecnativa - Antonio Espinosa Copyright 2017 ACSONE SA/NV - Copyright 2017 Tecnativa - Pedro M. Baeza + Copyright 2017-2021 Tecnativa - Pedro M. Baeza Copyright 2019 Andrea Stirpe Copyright 2020 Opener B.V. Copyright 2020 Ozono Multimedia S.L.L. diff --git a/account_tax_balance/README.rst b/account_tax_balance/README.rst index 90644b4..fdf2548 100644 --- a/account_tax_balance/README.rst +++ b/account_tax_balance/README.rst @@ -7,9 +7,9 @@ Tax Balance !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png :target: https://odoo-community.org/page/development-status - :alt: Production/Stable + :alt: Mature .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 @@ -88,6 +88,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +.. |maintainer-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px + :target: https://github.com/pedrobaeza + :alt: pedrobaeza + +Current `maintainer `__: + +|maintainer-pedrobaeza| + This module is part of the `OCA/account-financial-reporting `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. \ No newline at end of file diff --git a/account_tax_balance/__manifest__.py b/account_tax_balance/__manifest__.py index 8da7859..7f85ed2 100644 --- a/account_tax_balance/__manifest__.py +++ b/account_tax_balance/__manifest__.py @@ -1,13 +1,13 @@ # Copyright 2016 Lorenzo Battistini - Agile Business Group # Copyright 2016 Tecnativa - Antonio Espinosa # Copyright 2016 ACSONE SA/NV - Stéphane Bidoul -# Copyright 2017 Tecnativa - Pedro M. Baeza +# Copyright 2017-2021 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Tax Balance", "summary": "Compute tax balances based on date range", - "version": "2.0.1.2.1", - "development_status": "Production/Stable", + "version": "2.0.1.2.2", + "development_status": "Mature", "category": "Invoices & Payments", "website": "https://gitlab.com/flectra-community/account-financial-reporting", "author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, " @@ -23,4 +23,5 @@ ], "images": ["images/tax_balance.png"], "pre_init_hook": "pre_init_hook", + "maintainers": ["pedrobaeza"], } diff --git a/account_tax_balance/static/description/index.html b/account_tax_balance/static/description/index.html index 470298d..47a2e75 100644 --- a/account_tax_balance/static/description/index.html +++ b/account_tax_balance/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Production/Stable License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runbot

    +

    Mature License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runbot

    This module allows to compute tax balances within a certain date range. It depends on date_range module and exposes ‘compute’ methods that can be called by other modules (like localization ones).

    @@ -430,6 +430,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    +

    Current maintainer:

    +

    pedrobaeza

    This module is part of the OCA/account-financial-reporting project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.