diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2a72a..3c369ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,6 @@ test_all_modules: - apt-get install -y p7zip-full - apt-get install -y expect-dev - su - flectra -c "mkdir ~/others" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - mkdir ${CI_PROJECT_DIR}/ci_data - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip @@ -38,7 +36,7 @@ test_all_modules: - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_all - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_all - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-ux + --addons-path ${CI_PROJECT_DIR} --db_host psql --db_port 5432 --db_user flectra @@ -63,8 +61,6 @@ test_module_account_financial_report: - apt-get install -y p7zip-full - apt install -y expect-dev - su - flectra -c "mkdir ~/others" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - mkdir ${CI_PROJECT_DIR}/ci_data - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip @@ -76,7 +72,7 @@ test_module_account_financial_report: - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_financial_report - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_financial_report - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-ux + --addons-path ${CI_PROJECT_DIR} --db_host psql --db_port 5432 --db_user flectra @@ -97,8 +93,6 @@ test_module_account_tax_balance: - apt-get install -y p7zip-full - apt install -y expect-dev - su - flectra -c "mkdir ~/others" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - mkdir ${CI_PROJECT_DIR}/ci_data - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip @@ -110,7 +104,7 @@ test_module_account_tax_balance: - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_tax_balance - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_tax_balance - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-ux + --addons-path ${CI_PROJECT_DIR} --db_host psql --db_port 5432 --db_user flectra diff --git a/README.md b/README.md index cf507d9..730d81c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Available addons addon | version | summary --- | --- | --- -[account_financial_report](account_financial_report/) | 2.0.1.0.1| OCA Financial Reports +[account_financial_report](account_financial_report/) | 2.0.1.2.0| OCA Financial Reports [account_tax_balance](account_tax_balance/) | 2.0.1.0.1| Compute tax balances based on date range diff --git a/account_financial_report/README.rst b/account_financial_report/README.rst index bbe152f..919ed88 100644 --- a/account_financial_report/README.rst +++ b/account_financial_report/README.rst @@ -129,6 +129,7 @@ Contributors * Sergio Teruel * Ernesto Tejeda * João Marques + * Alexandre D. Díaz 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 06e4f2b..5ca934c 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.0.1", + "version": "2.0.1.2.0", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," @@ -42,6 +42,7 @@ "view/report_aged_partner_balance.xml", "view/report_vat_report.xml", ], + "qweb": ["static/src/xml/report.xml"], "installable": True, "application": True, "auto_install": False, diff --git a/account_financial_report/i18n/account_financial_report.pot b/account_financial_report/i18n/account_financial_report.pot index 16f03a4..f583dbe 100644 --- a/account_financial_report/i18n/account_financial_report.pot +++ b/account_financial_report/i18n/account_financial_report.pot @@ -49,20 +49,6 @@ msgstr "" msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid "" -"\n" -" Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid "" -"\n" -" Print" -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -214,7 +200,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -757,6 +742,14 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -863,7 +856,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -1005,7 +997,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1222,9 +1213,10 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_open_items +#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard #, python-format msgid "Open Items" msgstr "" @@ -1259,12 +1251,6 @@ msgstr "" msgid "Open Items XLSX Report" msgstr "" -#. module: account_financial_report -#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard -msgid "Open Itemsr" -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard msgid "Options" @@ -1354,6 +1340,14 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1616,7 +1610,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1673,7 +1666,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard diff --git a/account_financial_report/i18n/ar.po b/account_financial_report/i18n/ar.po index f05c889..fda7139 100644 --- a/account_financial_report/i18n/ar.po +++ b/account_financial_report/i18n/ar.po @@ -52,34 +52,10 @@ msgstr "91 - 120 يوم." msgid "Taxes summary" msgstr "‫موجز الضرائب" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr " ‫تصدير" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr " ‫طباعة" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -225,7 +201,6 @@ msgstr "‫‫‫≤ 90 يوم." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -636,9 +611,13 @@ msgid "Detail Taxes" msgstr "تفصيل الضرائب" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -764,6 +743,13 @@ msgstr "القيد" msgid "Entry number" msgstr "رقم القيد" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -876,7 +862,6 @@ msgstr "تاريخ بدء السنة المالية" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -915,8 +900,8 @@ msgstr "الأستاذ العام إكسل" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -958,9 +943,13 @@ msgid "Hierarchy On" msgstr "الشجرة مبنية على" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1016,7 +1005,6 @@ msgstr "الرصيد الافتتاحي" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1040,7 +1028,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1083,9 +1070,13 @@ msgid "Journals" msgstr "اليوميات" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1233,7 +1224,6 @@ msgstr "أقدم" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1362,6 +1352,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1624,7 +1621,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1663,8 +1659,8 @@ msgstr "الرصيد الختامي" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1684,7 +1680,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1774,6 +1769,11 @@ msgstr "" msgid "or" msgstr "" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1799,6 +1799,12 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid " Export" +#~ msgstr " ‫تصدير" + +#~ msgid " Print" +#~ msgstr " ‫طباعة" + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/ca.po b/account_financial_report/i18n/ca.po index aa94478..0ab51d6 100644 --- a/account_financial_report/i18n/ca.po +++ b/account_financial_report/i18n/ca.po @@ -55,34 +55,10 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "Resum d'impostos" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exportar" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Imprimir" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -236,7 +212,6 @@ msgstr "Antiguitat ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -645,9 +620,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -777,6 +756,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -883,7 +869,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -919,8 +904,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -961,9 +946,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1021,7 +1010,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1044,7 +1032,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1084,9 +1071,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1233,7 +1224,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1358,6 +1348,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1622,7 +1619,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1661,8 +1657,8 @@ msgstr "Cancel·lar " #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1682,7 +1678,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1773,6 +1768,11 @@ msgstr "" msgid "or" msgstr "o" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1798,6 +1798,12 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid " Export" +#~ msgstr "Exportar" + +#~ msgid " Print" +#~ msgstr "Imprimir" + #~ msgid "Account ID" #~ msgstr "Nº Compte" diff --git a/account_financial_report/i18n/de.po b/account_financial_report/i18n/de.po index 99f8cc1..19dbd45 100644 --- a/account_financial_report/i18n/de.po +++ b/account_financial_report/i18n/de.po @@ -57,34 +57,10 @@ msgstr "91-120 T." msgid "Taxes summary" msgstr "Steuerbuchungen Zusammenfassung" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr " Export" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr " Druck" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -238,7 +214,6 @@ msgstr "Alter bis 90 T." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -650,9 +625,13 @@ msgid "Detail Taxes" msgstr "Details zu Steuern" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -785,6 +764,13 @@ msgstr "Buchung" msgid "Entry number" msgstr "Buchungssatz Nummer" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -896,7 +882,6 @@ msgstr "GJ Beginn" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -934,11 +919,9 @@ msgstr "Hauptbuch XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"Das Hauptbuch für gewähltes Unternehmen kann nur korrekt kalkuliert werden, " -"wenn nur ein unangetastetes Überschusskonto besteht." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -978,9 +961,13 @@ msgid "Hierarchy On" msgstr "Gruppieren über" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1038,7 +1025,6 @@ msgstr "Anfangssaldo" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1061,7 +1047,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1103,9 +1088,13 @@ msgid "Journals" msgstr "Journale" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1252,7 +1241,6 @@ msgstr "Älter" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1382,6 +1370,13 @@ msgstr "Zeiträume" msgid "Posted" msgstr "Gebucht" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1658,7 +1653,6 @@ msgstr "Gesamt" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1696,11 +1690,9 @@ msgstr "Stichtagssaldo XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"Der Stichtagssaldo kann nur korrekt ermittelt werden, wenn für das gewählte " -"Unternehmen nur ein unberührtes Überschusskonto existiert." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1722,7 +1714,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1818,6 +1809,11 @@ msgstr "" msgid "or" msgstr "oder" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1843,6 +1839,26 @@ msgstr "Breite: 38.92%;" msgid "width: 8.11%;" msgstr "Breite: 8,11%;" +#~ msgid " Export" +#~ msgstr " Export" + +#~ msgid " Print" +#~ msgstr " Druck" + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "Das Hauptbuch für gewähltes Unternehmen kann nur korrekt kalkuliert " +#~ "werden, wenn nur ein unangetastetes Überschusskonto besteht." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "Der Stichtagssaldo kann nur korrekt ermittelt werden, wenn für das " +#~ "gewählte Unternehmen nur ein unberührtes Überschusskonto existiert." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po index 786fab5..e447187 100644 --- a/account_financial_report/i18n/es.po +++ b/account_financial_report/i18n/es.po @@ -53,40 +53,10 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "Resumen de Impuestos" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exportar" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Imprimir" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" A\n" -" " - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" A\n" -" " - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "A" @@ -238,7 +208,6 @@ msgstr "Tiempo ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -654,9 +623,13 @@ msgid "Detail Taxes" msgstr "Detalle de impuestos" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -791,6 +764,13 @@ msgstr "Asiento" msgid "Entry number" msgstr "Número de asiento" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -898,7 +878,6 @@ msgstr "Fecha Inicio" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -935,11 +914,9 @@ msgstr "Libro mayor XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"El Libro mayor solo se puede calcular si la empresa seleccionada tiene solo " -"una cuenta de resultados no afectados." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -979,9 +956,13 @@ msgid "Hierarchy On" msgstr "Jerarquía en" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1043,7 +1024,6 @@ msgstr "Saldo inicial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1066,7 +1046,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1107,9 +1086,13 @@ msgid "Journals" msgstr "Diarios" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1256,7 +1239,6 @@ msgstr "Mayor" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1382,6 +1364,13 @@ msgstr "Periodos" msgid "Posted" msgstr "Posteado" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1652,7 +1641,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1689,11 +1677,9 @@ msgstr "Balance de Sumas y Saldos XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"El balance de sumas y saldos solo puede calcularse si la compañía " -"seleccionada tiene una y solo una cuenta de ganancias." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1715,7 +1701,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1809,6 +1794,11 @@ msgstr "" msgid "or" msgstr "o" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1834,6 +1824,44 @@ msgstr "ancho: 38.92%;" msgid "width: 8.11%;" msgstr "ancho: 8.11%;" +#~ msgid " Export" +#~ msgstr "Exportar" + +#~ msgid " Print" +#~ msgstr "Imprimir" + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " A\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " A\n" +#~ " " + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "El Libro mayor solo se puede calcular si la empresa seleccionada tiene " +#~ "solo una cuenta de resultados no afectados." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "El balance de sumas y saldos solo puede calcularse si la compañía " +#~ "seleccionada tiene una y solo una cuenta de ganancias." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/es_AR.po b/account_financial_report/i18n/es_AR.po index ae75fe6..1f9bda4 100644 --- a/account_financial_report/i18n/es_AR.po +++ b/account_financial_report/i18n/es_AR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2020-10-05 20:16+0000\n" +"PO-Revision-Date: 2021-04-02 21:46+0000\n" "Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.3.2\n" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header @@ -52,40 +52,10 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "Resumen de Impuestos" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exportar" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Imprimir" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" Para\n" -" " - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" Para\n" -" " - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "Para" @@ -179,7 +149,9 @@ msgstr "Filtros Adicionales" msgid "" "Age ≤ 120\n" " d." -msgstr "≤ 120 d." +msgstr "" +"Antigüedad ≤ 120\n" +" d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -192,7 +164,9 @@ msgstr "Tiempo ≤ 120 d." msgid "" "Age ≤ 30\n" " d." -msgstr "≤ 30 d." +msgstr "" +"Antigüedad ≤ 30\n" +" d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -205,7 +179,9 @@ msgstr "Tiempo ≤ 30 d." msgid "" "Age ≤ 60\n" " d." -msgstr "≤ 60 d." +msgstr "" +"Antigüedad ≤ 60\n" +" d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -218,7 +194,9 @@ msgstr "Tiempo ≤ 60 d." msgid "" "Age ≤ 90\n" " d." -msgstr "≤ 90 d." +msgstr "" +"Antigüedad ≤ 90\n" +" d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -229,7 +207,6 @@ msgstr "Tiempo ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -644,9 +621,13 @@ msgid "Detail Taxes" msgstr "Detalle de impuestos" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -781,6 +762,13 @@ msgstr "Asiento" msgid "Entry number" msgstr "Número de asiento" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "Exportar" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -887,7 +875,6 @@ msgstr "Fecha Inicio" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -923,11 +910,11 @@ msgstr "Libro mayor XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"El Libro mayor solo se puede calcular si la empresa seleccionada tiene solo " -"una cuenta de resultados no afectados." +"El Libro Mayor solo se puede calcular si la empresa seleccionada tiene\n" +" solo una cuenta de ganancias no afectada." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -967,9 +954,13 @@ msgid "Hierarchy On" msgstr "Jerarquía en" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1030,7 +1021,6 @@ msgstr "Saldo inicial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1053,7 +1043,6 @@ msgstr "Dominio de los Apuntes Contables" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1093,9 +1082,13 @@ msgid "Journals" msgstr "Diarios" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1242,7 +1235,6 @@ msgstr "Mayor" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1313,7 +1305,9 @@ msgstr "Socio" msgid "" "Partner\n" " cumul aged balance" -msgstr "Saldo Acumulado de Empresa" +msgstr "" +"Saldo\n" +" acumulado de Empresa" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 @@ -1367,6 +1361,13 @@ msgstr "Periodos" msgid "Posted" msgstr "Posteado" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "Imprimir" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1388,7 +1389,9 @@ msgstr "Sólo cuentas a cobrar" msgid "" "Ref -\n" " Label" -msgstr "Referencia" +msgstr "" +"Ref -\n" +" Etiqueta" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header @@ -1638,7 +1641,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1674,11 +1676,12 @@ msgstr "Informe XLSX del Balance de Comprobación" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"El balance de sumas y saldos solo puede calcularse si la compañía " -"seleccionada tiene una y solo una cuenta de ganancias." +"El saldo de prueba se puede calcular solo si la empresa seleccionada tiene " +"solo\n" +" una cuenta de ganancias no afectada." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1700,7 +1703,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1792,6 +1794,11 @@ msgstr "futuro" msgid "or" msgstr "o" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "Libro Mayor del Diario" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1817,6 +1824,47 @@ msgstr "ancho: 38.92%;" msgid "width: 8.11%;" msgstr "ancho: 8.11%;" +#~ msgid "Open Itemsr" +#~ msgstr "Abrir Itemsr" + +#~ msgid " Export" +#~ msgstr "Exportar" + +#~ msgid " Print" +#~ msgstr "Imprimir" + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " Para\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " Para\n" +#~ " " + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "El Libro mayor solo se puede calcular si la empresa seleccionada tiene " +#~ "solo una cuenta de resultados no afectados." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "El balance de sumas y saldos solo puede calcularse si la compañía " +#~ "seleccionada tiene una y solo una cuenta de ganancias." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po index f12c19b..7b13503 100644 --- a/account_financial_report/i18n/es_MX.po +++ b/account_financial_report/i18n/es_MX.po @@ -58,20 +58,6 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid "" -"\n" -" Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid "" -"\n" -" Print" -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -173,7 +159,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #, python-format msgid "Age ≤ 120 d." msgstr "" @@ -187,7 +172,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #, python-format msgid "Age ≤ 30 d." msgstr "" @@ -201,7 +185,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #, python-format msgid "Age ≤ 60 d." msgstr "" @@ -215,7 +198,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #, python-format msgid "Age ≤ 90 d." msgstr "" @@ -223,7 +205,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -444,7 +425,8 @@ msgid "" "\n" " Child Accounts: Use when your account groups are hierarchical.\n" "\n" -" No hierarchy: Use to display just the accounts, without any grouping.\n" +" No hierarchy: Use to display just the accounts, without any " +"grouping.\n" " " msgstr "" @@ -472,7 +454,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header @@ -493,7 +474,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header #: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header @@ -524,7 +504,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #, python-format msgid "Current" @@ -609,7 +588,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header @@ -725,9 +703,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_ending_cumul #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header #, python-format @@ -766,6 +741,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -872,7 +854,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -1001,9 +982,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines #, python-format msgid "Initial balance" @@ -1014,7 +992,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1172,8 +1149,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 -#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 -#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters @@ -1223,7 +1198,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #, python-format msgid "Older" @@ -1231,9 +1205,10 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_open_items +#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard #, python-format msgid "Open Items" msgstr "" @@ -1268,12 +1243,6 @@ msgstr "" msgid "Open Items XLSX Report" msgstr "" -#. module: account_financial_report -#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard -msgid "Open Itemsr" -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard msgid "Options" @@ -1288,7 +1257,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 @@ -1346,7 +1314,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header #, python-format msgid "Period balance" @@ -1363,6 +1330,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1410,7 +1384,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -1585,8 +1558,8 @@ msgstr "" #: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 #, python-format msgid "" -"The Company in the Trial Balance Report Wizard and in Date Range must be the" -" same." +"The Company in the Trial Balance Report Wizard and in Date Range must be the " +"same." msgstr "" #. module: account_financial_report @@ -1625,7 +1598,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1675,14 +1647,13 @@ msgstr "" #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 #: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__hide_account_at_0 msgid "" -"Use this filter to hide an account or a partner with an ending balance at 0." -" If partners are filtered, debits and credits totals will not match the " -"trial balance." +"Use this filter to hide an account or a partner with an ending balance at 0. " +"If partners are filtered, debits and credits totals will not match the trial " +"balance." msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1749,8 +1720,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 -#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 -#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters diff --git a/account_financial_report/i18n/fr.po b/account_financial_report/i18n/fr.po index 38d17d8..956cec8 100644 --- a/account_financial_report/i18n/fr.po +++ b/account_financial_report/i18n/fr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-16 08:14+0000\n" -"PO-Revision-Date: 2021-03-22 16:46+0000\n" +"PO-Revision-Date: 2021-03-29 15:46+0000\n" "Last-Translator: Yves Le Doeuff \n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "Language: fr\n" @@ -55,37 +55,13 @@ msgstr "91 - 120 j." msgid "Taxes summary" msgstr " Synthèse des taxes" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exporter" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Imprimer" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" -msgstr "" +msgstr "à" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard @@ -145,7 +121,7 @@ msgstr "Nom du compte" #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters #, python-format msgid "Account at 0 filter" -msgstr "Le compte a 0 filtre" +msgstr "Filtrer les comptes à 0" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 @@ -176,7 +152,7 @@ msgstr "Filtre supplémentaire" msgid "" "Age ≤ 120\n" " d." -msgstr "≤ 120 jours" +msgstr "≤ 120" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -226,7 +202,6 @@ msgstr "≤ 90 j." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -241,9 +216,8 @@ msgstr "Balance âgée des tiers -" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_aged_partner_balance -#, fuzzy msgid "Aged Partner Balance Report" -msgstr "Balance âgée des tiers -" +msgstr "Balance âgée des tiers" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_aged_partner_balance_report_wizard @@ -252,7 +226,6 @@ msgstr "Assistant balance âgée des tiers" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_aged_partner_balance_xlsx -#, fuzzy msgid "Aged Partner Balance XLSL Report" msgstr "Balance âgée des tiers XLSX" @@ -309,7 +282,7 @@ msgstr "Toutes les écritures" #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters #, python-format msgid "All posted entries" -msgstr "Toutes les écritures postées" +msgstr "Toutes les écritures comptabilisées" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header @@ -644,9 +617,13 @@ msgid "Detail Taxes" msgstr "Détail des taxes" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -781,6 +758,13 @@ msgstr "Écriture" msgid "Entry number" msgstr "Numéro d'écriture" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -870,7 +854,7 @@ msgstr "Du: %s au: %s" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_code msgid "Full Code" -msgstr "Au code" +msgstr "Code complet" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_name @@ -888,7 +872,6 @@ msgstr "Af Date de début" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -909,12 +892,12 @@ msgstr "Etat du Grand livre" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_general_ledger_report_wizard msgid "General Ledger Report Wizard" -msgstr "Assistant de rapport Grand livre" +msgstr "Assistant d'impression du Grand livre" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_general_ledger_xlsx msgid "General Ledger XLSL Report" -msgstr "Rapport du Grand livre au format XLSX" +msgstr "Grand livre au format XLSX" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_general_ledger_xlsx @@ -924,16 +907,14 @@ msgstr "Grand livre XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"La comptabilité générale ne peut être calculée que si l'entreprise " -"sélectionnée a un seul compte de résultat non affecté." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option msgid "Group entries by" -msgstr "Grouper les entrées par" +msgstr "Grouper les écritures par" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 @@ -950,7 +931,7 @@ msgstr "Cacher" #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__hide_account_at_0 msgid "Hide account ending balance at 0" -msgstr "Cacher les compte avec un solde à 0" +msgstr "Cacher les comptes avec un solde à 0" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_account_at_0 @@ -968,9 +949,13 @@ msgid "Hierarchy On" msgstr "Hiérarchiser sur" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1032,7 +1017,6 @@ msgstr "Solde initial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1055,11 +1039,10 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" -msgstr "Journal du Grand Livre" +msgstr "Livre des journaux" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_base @@ -1069,13 +1052,12 @@ msgstr "Livre des Journaux -" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_journal_ledger msgid "Journal Ledger Report" -msgstr "Etat du grand Livre" +msgstr "Livre des Journaux" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_journal_ledger_report_wizard -#, fuzzy msgid "Journal Ledger Report Wizard" -msgstr "Dialogue du rapport du Livre des Journaux" +msgstr "Assistant du Livre des Journaux" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_journal_ledger_xlsx @@ -1085,7 +1067,7 @@ msgstr "Livre des Journaux XLSX" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_journal_ledger_xlsx msgid "Journal Ledger XLSX Report" -msgstr "Rapport du grand livre au format XLSX" +msgstr "Livre des journaux au format XLSX" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 @@ -1096,9 +1078,13 @@ msgid "Journals" msgstr "Journaux" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1245,45 +1231,42 @@ msgstr "Plus ancien" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard #, python-format msgid "Open Items" -msgstr "Postes ouverts" +msgstr "Ecritures non lettrées" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_base msgid "Open Items -" -msgstr "Postes ouverts -" +msgstr "Ecritures non lettrées -" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.act_action_open_items_wizard_partner_relation msgid "Open Items Partner" -msgstr "Postes ouverts du partenaire" +msgstr "Ecritures non lettrées du partenaire" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_open_items -#, fuzzy msgid "Open Items Report" -msgstr "Dialogue du rapport des postes ouverts" +msgstr "Etat des Ecritures non lettrées" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_open_items_report_wizard msgid "Open Items Report Wizard" -msgstr "Dialogue du rapport des postes ouverts" +msgstr "Assistant Etat des Ecritures non lettrées" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_open_items_xlsx msgid "Open Items XLSX" -msgstr "Postes ouverts XLSX" +msgstr "Ecritures non lettrées XLSX" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_open_items_xlsx -#, fuzzy msgid "Open Items XLSX Report" -msgstr "Postes ouverts XLSX" +msgstr "Ecritures non lettrées XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard @@ -1374,6 +1357,13 @@ msgstr "Périodes" msgid "Posted" msgstr "Comptabilisé" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1532,7 +1522,7 @@ msgstr "Écritures ciblées" #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters #, python-format msgid "Target moves filter" -msgstr "Filtre sur les écritures cible" +msgstr "Filtre sur les écritures cibles" #. module: account_financial_report #: code:addons/account_financial_report/report/vat_report_xlsx.py:0 @@ -1595,8 +1585,7 @@ msgid "" "The Company in the General Ledger Report Wizard and in Date Range must be " "the same." msgstr "" -"La société dans le dialogue du rapport du Grand livre et dans la plage de " -"dates doit être la même." +"La société dans le Grand livre et dans la plage de dates doit être la même." #. module: account_financial_report #: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 @@ -1605,8 +1594,8 @@ msgid "" "The Company in the Trial Balance Report Wizard and in Date Range must be the " "same." msgstr "" -"La société dans le rapport de balance générale et dans la plage de dates " -"doivent être les mêmes." +"La société dans la balance générale et dans la plage de dates doivent être " +"les mêmes." #. module: account_financial_report #: code:addons/account_financial_report/wizard/vat_report_wizard.py:0 @@ -1614,27 +1603,26 @@ msgstr "" msgid "" "The Company in the Vat Report Wizard and in Date Range must be the same." msgstr "" -"La société dans le dialogue du rapport des taxes et dans la plage de dates " -"doit être la même." +"La société dans le rapport des taxes et dans la plage de dates doit être la " +"même." #. module: account_financial_report #: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 #, python-format msgid "The hierarchy level to filter on must be greater than 0." -msgstr "Le niveau de hiérarchie à filtrer doit être plus rand que 0." +msgstr "Le niveau de hiérarchie à filtrer doit être plus grand que 0." #. module: account_financial_report #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain msgid "This domain will be used to select specific domain for Journal Items" msgstr "" "Ce domaine sera utilisé pour sélectionner un domaine spécifique pour les " -"articles de journal" +"écritures de journal" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters -#, fuzzy msgid "To" -msgstr "Au:" +msgstr "Au" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters @@ -1649,7 +1637,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1664,14 +1651,13 @@ msgstr "Balance générale -" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_trial_balance -#, fuzzy msgid "Trial Balance Report" -msgstr "Rapport de balance de vérification" +msgstr "Rapport de balance générale" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_trial_balance_report_wizard msgid "Trial Balance Report Wizard" -msgstr "Dialogue du rapport de balance générale" +msgstr "Assistant de balance générale" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_xlsx @@ -1681,16 +1667,14 @@ msgstr "Balance générale XLSX" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_trial_balance_xlsx msgid "Trial Balance XLSX Report" -msgstr "Rapport de balance de vérification au format XLSX" +msgstr "Balance générale au format XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"La balance générale peut être calculée uniquement si la société sélectionnée " -"n'a qu'un seul compte de bénéfices/pertes à reporter." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1712,49 +1696,47 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard msgid "VAT Report" -msgstr "Rapport TVA" +msgstr "Etat de TVA" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base msgid "VAT Report -" -msgstr "Rapport TVA -" +msgstr "Etat de TVA -" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard msgid "VAT Report Options" -msgstr "Options du rapport TVA" +msgstr "Options de l'état de TVA" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_vat_report_wizard msgid "VAT Report Wizard" -msgstr "Dialogue du rapport TVA" +msgstr "Assistant de l'état de TVA" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_vat_report_xlsx msgid "VAT Report XLSX" -msgstr "Rapport TVA XLSX" +msgstr "Etat de TVA XLSX" #. module: account_financial_report #: code:addons/account_financial_report/report/vat_report_xlsx.py:0 #, python-format msgid "Vat Report" -msgstr "Rapport de TVA" +msgstr "Etat de TVA" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_vat_report -#, fuzzy msgid "Vat Report Report" -msgstr "Options du rapport TVA" +msgstr "Options de l'état de TVA" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_vat_report_xlsx msgid "Vat Report XLSX Report" -msgstr "Rapport TVA au format XLSX" +msgstr "Etat de TVA au format XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard @@ -1773,7 +1755,7 @@ msgid "" "that have initial balance = debit = credit = end balance = 0" msgstr "" "Lorsque cette options est activée, la balance générale n'affichera pas les " -"comptes qui ont balance initiale = débit = crédit = solde de clôture = 0" +"comptes qui ont: Solde initial = débit = crédit = solde de clôture = 0" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_account_name @@ -1793,7 +1775,7 @@ msgstr "Oui" #: code:addons/account_financial_report/report/general_ledger.py:0 #, python-format msgid "future" -msgstr "" +msgstr "futur" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard @@ -1805,6 +1787,11 @@ msgstr "" msgid "or" msgstr "ou" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1830,6 +1817,44 @@ msgstr "Largeur : 38,92%;" msgid "width: 8.11%;" msgstr "largeur : 8.11% ;" +#~ msgid " Export" +#~ msgstr " Exporter" + +#~ msgid " Print" +#~ msgstr " Imprimer" + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " à\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " à\n" +#~ " " + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "Le Grand Livre ne peut être calculé que si l'entreprise sélectionnée a un " +#~ "seul compte de résultat non affecté." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "La balance générale peut être calculée uniquement si la société " +#~ "sélectionnée n'a qu'un seul compte de bénéfices/pertes à reporter." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/fr_CH.po b/account_financial_report/i18n/fr_CH.po index 1bd4b34..bbfe09e 100644 --- a/account_financial_report/i18n/fr_CH.po +++ b/account_financial_report/i18n/fr_CH.po @@ -52,34 +52,10 @@ msgstr "91 - 120 j." msgid "Taxes summary" msgstr " Synthèse des taxes" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exporter" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Imprimer" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -225,7 +201,6 @@ msgstr "≤ 90 j." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -643,9 +618,13 @@ msgid "Detail Taxes" msgstr "Détail des taxes" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -782,6 +761,13 @@ msgstr "Écriture" msgid "Entry number" msgstr "Numéro d'écriture" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -892,7 +878,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -930,11 +915,9 @@ msgstr "Grand livre XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"La comptabilité générale ne peut être calculée que si l'entreprise " -"sélectionnée a un seul compte de résultat non affecté." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -974,9 +957,13 @@ msgid "Hierarchy On" msgstr "Hiérarchiser sur" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1038,7 +1025,6 @@ msgstr "Solde initial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1061,7 +1047,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1103,9 +1088,13 @@ msgid "Journals" msgstr "Journaux" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1252,7 +1241,6 @@ msgstr "Plus ancien" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1381,6 +1369,13 @@ msgstr "Périodes" msgid "Posted" msgstr "Comptabilisé" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1655,7 +1650,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1693,11 +1687,9 @@ msgstr "Balance générale XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"La balance générale peut être calculée uniquement si la société sélectionnée " -"n'a qu'un seul compte de bénéfices/pertes à reporter." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1719,7 +1711,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1813,6 +1804,11 @@ msgstr "" msgid "or" msgstr "ou" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1838,6 +1834,26 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid " Export" +#~ msgstr "Exporter" + +#~ msgid " Print" +#~ msgstr "Imprimer" + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "La comptabilité générale ne peut être calculée que si l'entreprise " +#~ "sélectionnée a un seul compte de résultat non affecté." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "La balance générale peut être calculée uniquement si la société " +#~ "sélectionnée n'a qu'un seul compte de bénéfices/pertes à reporter." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/fr_FR.po b/account_financial_report/i18n/fr_FR.po new file mode 100644 index 0000000..8cf2d4e --- /dev/null +++ b/account_financial_report/i18n/fr_FR.po @@ -0,0 +1,1812 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2021-04-10 15:46+0000\n" +"Last-Translator: Yves Le Doeuff \n" +"Language-Team: none\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "> 120 d." +msgstr "> 120 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "1 - 30 d." +msgstr "1 - 30 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +msgid "10" +msgstr "10" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "31 - 60 d." +msgstr "31 - 60 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "61 - 90 d." +msgstr "61 - 90 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "91 - 120 d." +msgstr "91 - 120 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Taxes summary" +msgstr " Synthèse des taxes" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "To" +msgstr "à" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard +msgid "Abstract Wizard" +msgstr "Résumé du rapport" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report_xlsx +msgid "Abstract XLSX Account Financial Report" +msgstr "Résumé du rapport financier comptable au format XLSX" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model,name:account_financial_report.model_account_account +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Account" +msgstr "Compte" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_code_from +msgid "Account Code From" +msgstr "Du compte" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_code_to +msgid "Account Code To" +msgstr "Au compte" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_group +msgid "Account Group" +msgstr "Groupe de compte" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Account Name" +msgstr "Nom du compte" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Account at 0 filter" +msgstr "Filtrer les comptes à 0" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#, python-format +msgid "Account balance at 0 filter" +msgstr "Filtrer les soldes de compte à 0" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__account_ids +msgid "Accounts" +msgstr "Comptes" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__centralize +msgid "Activate centralization" +msgstr "Activer la centralisation" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Additional Filtering" +msgstr "Filtre supplémentaire" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 120\n" +" d." +msgstr "≤ 120" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 120 d." +msgstr "≤ 120 jours" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 30\n" +" d." +msgstr "≤ 30 jours" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 30 d." +msgstr "≤ 30 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 60\n" +" d." +msgstr "≤ 60 jours" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 60 d." +msgstr "≤ 60 j." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 90\n" +" d." +msgstr "≤ 90 j." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 90 d." +msgstr "≤ 90 j." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard +#, python-format +msgid "Aged Partner Balance" +msgstr "Balance âgée des tiers" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_base +msgid "Aged Partner Balance -" +msgstr "Balance âgée des tiers -" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_aged_partner_balance +msgid "Aged Partner Balance Report" +msgstr "Balance âgée des tiers" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_aged_partner_balance_report_wizard +msgid "Aged Partner Balance Wizard" +msgstr "Assistant balance âgée des tiers" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_aged_partner_balance_xlsx +msgid "Aged Partner Balance XLSL Report" +msgstr "Balance âgée des tiers XLSX" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_aged_partner_balance_xlsx +msgid "Aged Partner Balance XLSX" +msgstr "Balance âgée des tiers XLSX" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "All" +msgstr "Tous" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__aged_partner_balance_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__target_move__all +msgid "All Entries" +msgstr "Toutes les écritures" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__aged_partner_balance_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__target_move__posted +msgid "All Posted Entries" +msgstr "Écritures comptabilisées seulement" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "All entries" +msgstr "Toutes les écritures" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "All posted entries" +msgstr "Toutes les écritures comptabilisées" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "Amount Cur." +msgstr "Montant Devise" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Amount Currency" +msgstr "Montant Devise" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Amount cur." +msgstr "Montant Devise" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Analytic Account" +msgstr "Compte analytique" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Balance" +msgstr "Solde" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Base Amount" +msgstr "Montant de base" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Balance" +msgstr "Solde de base" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Credit" +msgstr "Crédit de base" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Debit" +msgstr "Débit de base" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__based_on +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Based On" +msgstr "Basé sur" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Based on" +msgstr "Basée sur" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Cancel" +msgstr "Annuler" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Centralize filter" +msgstr "Filtre de centralisation" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__centralized +msgid "Centralized" +msgstr "Centralisé" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation +msgid "Child Accounts" +msgstr "Comptes enfants" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids +msgid "Child Groups" +msgstr "Groupes enfants" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Code" +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_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 +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__company_id +#, python-format +msgid "Company" +msgstr "Société" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__compute_account_ids +msgid "Compute accounts" +msgstr "Calculer les comptes" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed +msgid "Computed Accounts" +msgstr "Comptes calculés" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on +msgid "" +"Computed Accounts: Use when the account group have codes\n" +" that represent prefixes of the actual accounts.\n" +"\n" +" Child Accounts: Use when your account groups are hierarchical.\n" +"\n" +" No hierarchy: Use to display just the accounts, without any " +"grouping.\n" +" " +msgstr "" +"Comptes calculés: À utiliser lorsque les groupes de comptes ont des codes\n" +" qui représentent des préfixes des comptes actuels.\n" +"\n" +" Comptes enfants: À utiliser lorsque vos groupes de comptes sont " +"hiérarchisés.\n" +"\n" +" Pas de hiérarchie: À utiliser pour n'afficher que les comptes sans " +"aucun groupement.\n" +" " + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Credit" +msgstr "Crédit" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Cumul. Bal." +msgstr "Cumuler bal." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Cur." +msgstr "Courant" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Cur. Original" +msgstr "Courant original" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Cur. Residual" +msgstr "Courant résiduel" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Currency" +msgstr "Devise" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#, python-format +msgid "Current" +msgstr "Courant" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Date" +msgstr "Date" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__date_at +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__date_at +msgid "Date At" +msgstr "Date au" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_from +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Date From" +msgstr "Date du" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_to +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_to +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Date To" +msgstr "Date au" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#, python-format +msgid "Date at filter" +msgstr "Date au filtre" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Date from" +msgstr "Date du" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_range_id +msgid "Date range" +msgstr "Plage de date" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Date range filter" +msgstr "Filtre de plage de dates" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Date to" +msgstr "Date au" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Debit" +msgstr "Débit" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#, python-format +msgid "Description" +msgstr "Description" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__tax_detail +msgid "Detail Taxes" +msgstr "Détail des taxes" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx__display_name +#: 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_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 +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__foreign_currency +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__foreign_currency +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__foreign_currency +msgid "" +"Display foreign currency for move lines, unless account currency is not " +"setup through chart of accounts will display initial and final balance in " +"that currency." +msgstr "" +"Afficher les devises étrangères pour les écritures comptables, à moins que " +"la monnaie du compte comptable ne soit pas définie dans le plan comptable " +"affichera les balances initiale et finale dans cette monnaie." + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_parent_hierarchy_level +msgid "Do not display parent levels" +msgstr "Ne pas afficher les niveaux parent" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Due\n" +" date" +msgstr "" +"Échéance\n" +" date" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +msgid "" +"Due\n" +" date" +msgstr "" +"Échéance\n" +" date" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#, python-format +msgid "Due date" +msgstr "Date d'échéance" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_to +msgid "End Date" +msgstr "Date de fin" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_to +msgid "End date" +msgstr "Date de fin" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_ending_cumul +msgid "" +"Ending\n" +" balance" +msgstr "" +"Clôture\n" +" solde" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_aged_partner_balance_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__account_code_to +msgid "Ending account in a range" +msgstr "Compte de fin dans une période" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_ending_cumul +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Ending balance" +msgstr "Solde de clôture" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Ending balance\n" +" cur." +msgstr "" +"Clôture\n" +" solde" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Entries sorted by" +msgstr "Écriture triées par" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Entry" +msgstr "Écriture" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Entry number" +msgstr "Numéro d'écriture" + +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Export PDF" +msgstr "Export PDF" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Export XLSX" +msgstr "Export XLSX" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter accounts" +msgstr "Filtrer les comptes" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter analytic accounts" +msgstr "Filtrer les comptes analytiques" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__analytic_tag_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter analytic tags" +msgstr "Filtrer les étiquettes analytiques" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__cost_center_ids +msgid "Filter cost centers" +msgstr "Filtrer les centres de coûts" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_journal_ids +msgid "Filter journals" +msgstr "Filtrer les journaux" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__partner_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter partners" +msgstr "Filtrer les partenaires" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__foreign_currency +msgid "Foreign Currency" +msgstr "Devise étrangère" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "From Code" +msgstr "Du code" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "From:" +msgstr "Du:" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#, python-format +msgid "From: %s To: %s" +msgstr "Du: %s au: %s" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_code +msgid "Full Code" +msgstr "Code complet" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_name +msgid "Full Name" +msgstr "Nom complet" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__fy_start_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__fy_start_date +msgid "Fy Start Date" +msgstr "Af Date de début" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation +#: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard +#, python-format +msgid "General Ledger" +msgstr "Grand livre" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_base +msgid "General Ledger -" +msgstr "Grand livre" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_general_ledger +msgid "General Ledger Report" +msgstr "Etat du Grand livre" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_general_ledger_report_wizard +msgid "General Ledger Report Wizard" +msgstr "Assistant d'impression du Grand livre" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_general_ledger_xlsx +msgid "General Ledger XLSL Report" +msgstr "Grand livre au format XLSX" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_general_ledger_xlsx +msgid "General Ledger XLSX" +msgstr "Grand livre XLSX" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "" +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option +msgid "Group entries by" +msgstr "Grouper les écritures par" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Hide" +msgstr "Cacher" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__hide_account_at_0 +msgid "Hide account ending balance at 0" +msgstr "Cacher les comptes avec un solde à 0" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_account_at_0 +msgid "Hide accounts at 0" +msgstr "Cacher les comptes à 0" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy_level +msgid "Hierarchy Levels to display" +msgstr "Niveaux de hiérarchie à afficher" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on +msgid "Hierarchy On" +msgstr "Hiérarchiser sur" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx__id +#: 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_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 +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report__id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__id +msgid "ID" +msgstr "ID" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_account_account__centralized +msgid "" +"If flagged, no details will be displayed in the General Ledger report (the " +"webkit one only), only centralized amounts per period." +msgstr "" +"Si coché, aucun détail ne sera affiché dans les rapport du Grand Livre " +"(uniquement le webkit), seulement les montants centralisés par période." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Initial\n" +" balance cur." +msgstr "" +"Solde\n" +" initial" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Initial\n" +" balance" +msgstr "" +"Solde\n" +" initial" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Initial balance" +msgstr "Solde initial" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Journal" +msgstr "Journal" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_move_line +msgid "Journal Item" +msgstr "Écriture comptable" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__domain +msgid "Journal Items Domain" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html +#: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard +#, python-format +msgid "Journal Ledger" +msgstr "Livre des journaux" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_base +msgid "Journal Ledger -" +msgstr "Livre des Journaux -" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_journal_ledger +msgid "Journal Ledger Report" +msgstr "Livre des Journaux" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_journal_ledger_report_wizard +msgid "Journal Ledger Report Wizard" +msgstr "Assistant du Livre des Journaux" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_journal_ledger_xlsx +msgid "Journal Ledger XLSX" +msgstr "Livre des Journaux XLSX" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_journal_ledger_xlsx +msgid "Journal Ledger XLSX Report" +msgstr "Livre des journaux au format XLSX" + +#. 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_journal_ledger_report_wizard__journal_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#, python-format +msgid "Journals" +msgstr "Journaux" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx____last_update +#: 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_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 +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__level +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "Level" +msgstr "Niveau" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#, python-format +msgid "Level %s" +msgstr "Niveau %s" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__limit_hierarchy_level +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Limit hierarchy levels" +msgstr "Limiter les niveaux de hiérarchie" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target +msgid "Move Target" +msgstr "Mouvement cible" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal +msgid "Moves" +msgstr "Mouvements" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Name" +msgstr "Nom" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Net" +msgstr "Net" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "No" +msgstr "Non" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "No group" +msgstr "Sans groupe" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none +msgid "No hierarchy" +msgstr "Sans hiérarchie" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "No limit" +msgstr "Sans limite" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Not Posted" +msgstr "Non comptabilisé" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "Not due" +msgstr "Non échu" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__not_only_one_unaffected_earnings_account +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__not_only_one_unaffected_earnings_account +msgid "Not only one unaffected earnings account" +msgstr "Pas un seul compte de gains non affecté" + +#. module: account_financial_report +#: model:ir.ui.menu,name:account_financial_report.menu_oca_reports +msgid "OCA accounting reports" +msgstr "Rapports de comptabilité OCA" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#, python-format +msgid "Older" +msgstr "Plus ancien" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard +#, python-format +msgid "Open Items" +msgstr "Ecritures non lettrées" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_base +msgid "Open Items -" +msgstr "Ecritures non lettrées -" + +#. module: account_financial_report +#: model:ir.actions.act_window,name:account_financial_report.act_action_open_items_wizard_partner_relation +msgid "Open Items Partner" +msgstr "Ecritures non lettrées du partenaire" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_open_items +msgid "Open Items Report" +msgstr "Etat des Ecritures non lettrées" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_open_items_report_wizard +msgid "Open Items Report Wizard" +msgstr "Assistant Etat des Ecritures non lettrées" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_open_items_xlsx +msgid "Open Items XLSX" +msgstr "Ecritures non lettrées XLSX" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_open_items_xlsx +msgid "Open Items XLSX Report" +msgstr "Ecritures non lettrées XLSX" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +msgid "Options" +msgstr "Options" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Original" +msgstr "Original" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Partner" +msgstr "Partenaire" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_partner_ending_cumul +msgid "" +"Partner\n" +" cumul aged balance" +msgstr "" +"Partenaire\n" +" cumul balance âgée" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#, python-format +msgid "Partner Initial balance" +msgstr "Solde initial du partenaire" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Partner cumul aged balance" +msgstr "Balance âgée cumulée du partenaire" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_ending_cumul +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_ending_cumul +#, python-format +msgid "Partner ending balance" +msgstr "Solde de clôture du partenaire" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__payable_accounts_only +msgid "Payable Accounts Only" +msgstr "Comptes créditeurs uniquement" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul +msgid "Percents" +msgstr "Pourcentages" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Period balance" +msgstr "Solde de la période" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +msgid "Periods" +msgstr "Périodes" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Posted" +msgstr "Comptabilisé" + +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Rec." +msgstr "Réc." + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__receivable_accounts_only +msgid "Receivable Accounts Only" +msgstr "Comptes débiteurs uniquement" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +msgid "" +"Ref -\n" +" Label" +msgstr "" +"Ref -\n" +" Libellé" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +msgid "" +"Ref -\n" +" Label" +msgstr "" +"Ref -\n" +" Libellé" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Ref - Label" +msgstr "Ref - Libellé" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_ir_actions_report +msgid "Report Action" +msgstr "Reporter une action" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Residual" +msgstr "Résiduel" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Show" +msgstr "Afficher" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_cost_center +msgid "Show Analytic Account" +msgstr "Afficher le compte analytique" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details +msgid "Show Move Line Details" +msgstr "Afficher le détail des écritures" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_partner_details +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__show_partner_details +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_partner_details +msgid "Show Partner Details" +msgstr "Afficher le détails du partenaire" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_analytic_tags +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Show analytic tags" +msgstr "Afficher les étiquettes analytiques" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__foreign_currency +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__foreign_currency +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__foreign_currency +#, python-format +msgid "Show foreign currency" +msgstr "Afficher les devises étrangères" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option +msgid "Sort entries by" +msgstr "Trier les écritures par" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_from +msgid "Start Date" +msgstr "Date de début" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_from +msgid "Start date" +msgstr "Date de début" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__account_code_from +msgid "Starting account in a range" +msgstr "Compte de début dans une période" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Tags" +msgstr "Étiquettes" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__target_move +msgid "Target Moves" +msgstr "Écritures ciblées" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Target moves filter" +msgstr "Filtre sur les écritures cibles" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Tax" +msgstr "Taxe" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Tax Amount" +msgstr "Montant de la taxe" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Balance" +msgstr "Solde des taxes" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Credit" +msgstr "Crédit de taxe" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Debit" +msgstr "Débit de taxe" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__based_on__taxgroups +#, python-format +msgid "Tax Groups" +msgstr "Groupes de taxe" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__based_on__taxtags +#, python-format +msgid "Tax Tags" +msgstr "Étiquettes de taxe" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Taxes" +msgstr "Taxes" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/general_ledger_wizard.py:0 +#, python-format +msgid "" +"The Company in the General Ledger Report Wizard and in Date Range must be " +"the same." +msgstr "" +"La société dans le Grand livre et dans la plage de dates doit être la même." + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 +#, python-format +msgid "" +"The Company in the Trial Balance Report Wizard and in Date Range must be the " +"same." +msgstr "" +"La société dans la balance générale et dans la plage de dates doivent être " +"les mêmes." + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/vat_report_wizard.py:0 +#, python-format +msgid "" +"The Company in the Vat Report Wizard and in Date Range must be the same." +msgstr "" +"La société dans le rapport des taxes et dans la plage de dates doit être la " +"même." + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 +#, python-format +msgid "The hierarchy level to filter on must be greater than 0." +msgstr "Le niveau de hiérarchie à filtrer doit être plus grand que 0." + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain +msgid "This domain will be used to select specific domain for Journal Items" +msgstr "" +"Ce domaine sera utilisé pour sélectionner un domaine spécifique pour les " +"écritures de journal" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "To" +msgstr "Au" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +msgid "To:" +msgstr "Au:" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul +msgid "Total" +msgstr "Total" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard +#, python-format +msgid "Trial Balance" +msgstr "Balance générale" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_base +msgid "Trial Balance -" +msgstr "Balance générale -" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_trial_balance +msgid "Trial Balance Report" +msgstr "Rapport de balance générale" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_trial_balance_report_wizard +msgid "Trial Balance Report Wizard" +msgstr "Assistant de balance générale" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_xlsx +msgid "Trial Balance XLSX" +msgstr "Balance générale XLSX" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_trial_balance_xlsx +msgid "Trial Balance XLSX Report" +msgstr "Balance générale au format XLSX" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "" +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__unaffected_earnings_account +msgid "Unaffected Earnings Account" +msgstr "Compte des Bénéfices/Pertes à reporter" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__hide_account_at_0 +msgid "" +"Use this filter to hide an account or a partner with an ending balance at 0. " +"If partners are filtered, debits and credits totals will not match the trial " +"balance." +msgstr "" +"Utiliser ce filtre pour cacher un compte ou un partenaire avec un solde de " +"clôture à 0. Si les partenaires sont filtrés, les totaux des débits et " +"crédits ne correspondront pas à la balance générale." + +#. module: account_financial_report +#: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard +msgid "VAT Report" +msgstr "Etat de TVA" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +msgid "VAT Report -" +msgstr "Etat de TVA -" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "VAT Report Options" +msgstr "Options de l'état de TVA" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_vat_report_wizard +msgid "VAT Report Wizard" +msgstr "Assistant de l'état de TVA" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_vat_report_xlsx +msgid "VAT Report XLSX" +msgstr "Etat de TVA XLSX" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Vat Report" +msgstr "Etat de TVA" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_vat_report +msgid "Vat Report Report" +msgstr "Options de l'état de TVA" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_vat_report_xlsx +msgid "Vat Report XLSX Report" +msgstr "Etat de TVA au format XLSX" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "View" +msgstr "Voir" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hide_account_at_0 +msgid "" +"When this option is enabled, the trial balance will not display accounts " +"that have initial balance = debit = credit = end balance = 0" +msgstr "" +"Lorsque cette options est activée, la balance générale n'affichera pas les " +"comptes qui ont: Solde initial = débit = crédit = solde de clôture = 0" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_account_name +msgid "With Account Name" +msgstr "Avec le nom du compte" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Yes" +msgstr "Oui" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger.py:0 +#, python-format +msgid "future" +msgstr "futur" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "or" +msgstr "ou" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal +msgid "to" +msgstr "à" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 23.24%;" +msgstr "largeur : 23,24%;" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 23.78%;" +msgstr "largeur : 23,78%;" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 38.92%;" +msgstr "Largeur : 38,92%;" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 8.11%;" +msgstr "largeur : 8.11% ;" diff --git a/account_financial_report/i18n/hr.po b/account_financial_report/i18n/hr.po index 920f059..0bae598 100644 --- a/account_financial_report/i18n/hr.po +++ b/account_financial_report/i18n/hr.po @@ -53,34 +53,10 @@ msgstr "" msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -225,7 +201,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -632,9 +607,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -758,6 +737,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -864,7 +850,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -900,8 +885,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -942,9 +927,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -999,7 +988,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1022,7 +1010,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1062,9 +1049,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1211,7 +1202,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1336,6 +1326,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1597,7 +1594,6 @@ msgstr "Ukupno" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1633,8 +1629,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1654,7 +1650,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1744,6 +1739,11 @@ msgstr "" msgid "or" msgstr "ili" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" diff --git a/account_financial_report/i18n/hr_HR.po b/account_financial_report/i18n/hr_HR.po index 58c2a6d..3aa3269 100644 --- a/account_financial_report/i18n/hr_HR.po +++ b/account_financial_report/i18n/hr_HR.po @@ -56,34 +56,10 @@ msgstr "" msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -229,7 +205,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -640,9 +615,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -766,6 +745,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -872,7 +858,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -908,8 +893,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -950,9 +935,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1007,7 +996,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1030,7 +1018,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1070,9 +1057,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1219,7 +1210,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1344,6 +1334,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1605,7 +1602,6 @@ msgstr "Ukupno" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1644,8 +1640,8 @@ msgstr "Otkaži" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1665,7 +1661,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1758,6 +1753,11 @@ msgstr "" msgid "or" msgstr "ili" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" diff --git a/account_financial_report/i18n/it.po b/account_financial_report/i18n/it.po index 6150f04..d5ca2c4 100644 --- a/account_financial_report/i18n/it.po +++ b/account_financial_report/i18n/it.po @@ -53,34 +53,10 @@ msgstr "91 - 120 g." msgid "Taxes summary" msgstr "Riepilogo imposte" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr " Esporta" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr " Stampa" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -235,7 +211,6 @@ msgstr "Età ≤ 90 g." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -652,9 +627,13 @@ msgid "Detail Taxes" msgstr "Dettaglio imposte" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -788,6 +767,13 @@ msgstr "Registrazione" msgid "Entry number" msgstr "Numero registrazione" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -898,7 +884,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -936,8 +921,8 @@ msgstr "Mastrino XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -978,9 +963,13 @@ msgid "Hierarchy On" msgstr "Gerarchia su" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1038,7 +1027,6 @@ msgstr "Saldo iniziale" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1061,7 +1049,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1103,9 +1090,13 @@ msgid "Journals" msgstr "Sezionali" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1252,7 +1243,6 @@ msgstr "Più vecchi" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1382,6 +1372,13 @@ msgstr "Periodi" msgid "Posted" msgstr "Confermate" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1649,7 +1646,6 @@ msgstr "Totale" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1687,8 +1683,8 @@ msgstr "Bilancio di verifica XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1708,7 +1704,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1800,6 +1795,11 @@ msgstr "" msgid "or" msgstr "o" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1825,6 +1825,12 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid " Export" +#~ msgstr " Esporta" + +#~ msgid " Print" +#~ msgstr " Stampa" + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/ja.po b/account_financial_report/i18n/ja.po index 16c816d..2b6db2d 100644 --- a/account_financial_report/i18n/ja.po +++ b/account_financial_report/i18n/ja.po @@ -53,34 +53,10 @@ msgstr "91 - 120 日" msgid "Taxes summary" msgstr "税サマリ" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr " エクスポート" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr " 印刷" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -226,7 +202,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -633,9 +608,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -759,6 +738,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -865,7 +851,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -901,8 +886,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -943,9 +928,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1000,7 +989,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1023,7 +1011,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1063,9 +1050,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1212,7 +1203,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1337,6 +1327,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1598,7 +1595,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1634,8 +1630,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1655,7 +1651,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1746,6 +1741,11 @@ msgstr "" msgid "or" msgstr "" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1771,6 +1771,12 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid " Export" +#~ msgstr " エクスポート" + +#~ msgid " Print" +#~ msgstr " 印刷" + #~ msgid "Account ID" #~ msgstr "勘定科目ID" diff --git a/account_financial_report/i18n/nl.po b/account_financial_report/i18n/nl.po index c896001..e6eda3b 100644 --- a/account_financial_report/i18n/nl.po +++ b/account_financial_report/i18n/nl.po @@ -9,45 +9,45 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-16 08:14+0000\n" -"PO-Revision-Date: 2018-10-03 14:13+0000\n" -"Last-Translator: Yung-Wa \n" +"PO-Revision-Date: 2021-04-27 13:47+0000\n" +"Last-Translator: Bosd \n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.1.1\n" +"X-Generator: Weblate 4.3.2\n" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header msgid "> 120 d." -msgstr "" +msgstr "> 120 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header msgid "1 - 30 d." -msgstr "" +msgstr "1 - 30 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes msgid "10" -msgstr "" +msgstr "10" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header msgid "31 - 60 d." -msgstr "" +msgstr "31 - 60 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header msgid "61 - 90 d." -msgstr "" +msgstr "61 - 90 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header msgid "91 - 120 d." -msgstr "" +msgstr "91 - 120 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes @@ -55,37 +55,13 @@ msgstr "" msgid "Taxes summary" msgstr "Belasting samenvatting" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exporteren" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Printen" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" -msgstr "" +msgstr "tot" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard @@ -171,7 +147,7 @@ msgstr "Activeer centralisatie" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "Additional Filtering" -msgstr "" +msgstr "Aanvullende filters" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -184,9 +160,9 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Age ≤ 120 d." -msgstr "Leeftijd van‰¤ 120 d." +msgstr "Vv. ≤ 120 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -199,9 +175,9 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Age ≤ 30 d." -msgstr "Leeftijd van‰¤ 30 d." +msgstr "Vv. ≤ 30 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -214,9 +190,9 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Age ≤ 60 d." -msgstr "Leeftijd van‰¤ 60 d." +msgstr "Vv. ≤ 60 d." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -229,14 +205,13 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Age ≤ 90 d." -msgstr "Leeftijd van‰¤ 90 d." +msgstr "Vv. ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -350,9 +325,8 @@ msgstr "Filter Rekening" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes -#, fuzzy msgid "Balance" -msgstr "Proefbalans" +msgstr "Saldo" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes @@ -648,9 +622,13 @@ msgid "Detail Taxes" msgstr "Detail belastingen" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -687,7 +665,7 @@ msgstr "" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_parent_hierarchy_level msgid "Do not display parent levels" -msgstr "" +msgstr "Geef bovenliggende niveaus niet weer" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines @@ -787,6 +765,13 @@ msgstr "Boeking" msgid "Entry number" msgstr "Boekingsnummer" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "Export" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -818,9 +803,8 @@ msgstr "Filter rekeningen" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -#, fuzzy msgid "Filter analytic accounts" -msgstr "Filter rekeningen" +msgstr "Filter kostenplaatsen" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__analytic_tag_ids @@ -836,9 +820,8 @@ msgstr "Filter kostenplaatsen" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_journal_ids -#, fuzzy msgid "Filter journals" -msgstr "Filter rekeningen" +msgstr "Dagboekselectie" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__partner_ids @@ -846,9 +829,8 @@ msgstr "Filter rekeningen" #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__partner_ids #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__partner_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -#, fuzzy msgid "Filter partners" -msgstr "Filter partners" +msgstr "Relatieselectie" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__foreign_currency @@ -900,7 +882,6 @@ msgstr "Fj startdatum" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -939,11 +920,9 @@ msgstr "Grootboek XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"Grootboek kan alleen worden opgemaakt als het geselecteerde bedrijf slechts " -"één huidige jaarwinst grootboekrekening heeft." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -976,7 +955,7 @@ msgstr "Verberg rekeningen met balans 0" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy_level msgid "Hierarchy Levels to display" -msgstr "" +msgstr "Hierarchie niveaus om weer te geven" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on @@ -984,9 +963,13 @@ msgid "Hierarchy On" msgstr "Hiërarchie aan" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1048,7 +1031,6 @@ msgstr "Beginbalans" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1072,7 +1054,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1115,9 +1096,13 @@ msgid "Journals" msgstr "Dagboeken" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1166,9 +1151,9 @@ msgstr "Niveau" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Level %s" -msgstr "Niveau" +msgstr "Niveau %s" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 @@ -1176,7 +1161,7 @@ msgstr "Niveau" #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters #, python-format msgid "Limit hierarchy levels" -msgstr "" +msgstr "beperk hirarchie niveaus" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target @@ -1222,16 +1207,15 @@ msgstr "Geen groep" #. module: account_financial_report #: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -#, fuzzy msgid "No hierarchy" -msgstr "Hiërarchie aan" +msgstr "Geen Hiërarchie" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters #, python-format msgid "No limit" -msgstr "" +msgstr "geen limiet" #. module: account_financial_report #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 @@ -1265,7 +1249,6 @@ msgstr "Ouder" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1346,9 +1329,9 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Partner Initial balance" -msgstr "Proefbalans" +msgstr "Relatiebeginsaldo" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 @@ -1396,6 +1379,13 @@ msgstr "Periodes" msgid "Posted" msgstr "Geboekt" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "Print" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1470,7 +1460,7 @@ msgstr "Toon" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_cost_center msgid "Show Analytic Account" -msgstr "" +msgstr "Toon kostenplaats" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details @@ -1571,9 +1561,9 @@ msgstr "Belastingbedrag" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 -#, fuzzy, python-format +#, python-format msgid "Tax Balance" -msgstr "Proefbalans" +msgstr "BTW-saldo" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 @@ -1663,7 +1653,6 @@ msgstr "Totaal" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1702,11 +1691,9 @@ msgstr "Proefbalans XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"Proefbalans kan alleen worden berekend als het geselecteerde bedrijf slechts " -"één huidige jaarwinst rekening heeft." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1728,7 +1715,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1810,7 +1796,7 @@ msgstr "Ja" #: code:addons/account_financial_report/report/general_ledger.py:0 #, python-format msgid "future" -msgstr "" +msgstr "toekomstig" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard @@ -1822,6 +1808,11 @@ msgstr "" msgid "or" msgstr "of" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1830,22 +1821,45 @@ msgstr "tot" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 23.24%;" -msgstr "" +msgstr "breedte: 23.24%;" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, fuzzy msgid "width: 23.78%;" -msgstr "" +msgstr "breedte: 23.78%;" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, fuzzy msgid "width: 38.92%;" -msgstr "" +msgstr "breedte: 38.92%;" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, fuzzy msgid "width: 8.11%;" -msgstr "" +msgstr "breedte: 8.11%;" + +#~ msgid " Export" +#~ msgstr "Exporteren" + +#~ msgid " Print" +#~ msgstr "Printen" + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "Grootboek kan alleen worden opgemaakt als het geselecteerde bedrijf " +#~ "slechts één huidige jaarwinst grootboekrekening heeft." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "Proefbalans kan alleen worden berekend als het geselecteerde bedrijf " +#~ "slechts één huidige jaarwinst rekening heeft." #~ msgid "" #~ "Cost\n" diff --git a/account_financial_report/i18n/nl_NL.po b/account_financial_report/i18n/nl_NL.po index 6383e26..b478bec 100644 --- a/account_financial_report/i18n/nl_NL.po +++ b/account_financial_report/i18n/nl_NL.po @@ -55,34 +55,10 @@ msgstr "" msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -228,7 +204,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -639,9 +614,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -765,6 +744,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -871,7 +857,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -907,8 +892,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -949,9 +934,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1006,7 +995,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1029,7 +1017,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1069,9 +1056,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1218,7 +1209,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1343,6 +1333,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1604,7 +1601,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1643,8 +1639,8 @@ msgstr "Annuleer" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1664,7 +1660,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1754,6 +1749,11 @@ msgstr "" msgid "or" msgstr "" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" diff --git a/account_financial_report/i18n/pt.po b/account_financial_report/i18n/pt.po index 5708e45..386a9a7 100644 --- a/account_financial_report/i18n/pt.po +++ b/account_financial_report/i18n/pt.po @@ -54,34 +54,10 @@ msgstr "" msgid "Taxes summary" msgstr "" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -227,7 +203,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -638,9 +613,13 @@ msgid "Detail Taxes" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -764,6 +743,13 @@ msgstr "" msgid "Entry number" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -870,7 +856,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -906,8 +891,8 @@ msgstr "" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -948,9 +933,13 @@ msgid "Hierarchy On" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1005,7 +994,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1028,7 +1016,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1068,9 +1055,13 @@ msgid "Journals" msgstr "" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1217,7 +1208,6 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1342,6 +1332,13 @@ msgstr "" msgid "Posted" msgstr "" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1603,7 +1600,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1642,8 +1638,8 @@ msgstr "Cancelar" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1663,7 +1659,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1756,6 +1751,11 @@ msgstr "" msgid "or" msgstr "ou" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" diff --git a/account_financial_report/i18n/pt_BR.po b/account_financial_report/i18n/pt_BR.po index f3450cd..fa8358c 100644 --- a/account_financial_report/i18n/pt_BR.po +++ b/account_financial_report/i18n/pt_BR.po @@ -52,34 +52,10 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "Resumo de Impostos" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr " Exportar" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr " Imprimir" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "" @@ -233,7 +209,6 @@ msgstr "Idade ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -650,9 +625,13 @@ msgid "Detail Taxes" msgstr "Detalhes dos Impostos" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -789,6 +768,13 @@ msgstr "Lançamento" msgid "Entry number" msgstr "Número do lançamento" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -899,7 +885,6 @@ msgstr "Data Inicial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -937,11 +922,9 @@ msgstr "Razão Geral XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" -"O Razão Geral somente pode ser calculado se a empresa selecionada tiver " -"apenas uma conta de receitas não afetada." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option @@ -981,9 +964,13 @@ msgid "Hierarchy On" msgstr "Hierarquia Habilitada" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1045,7 +1032,6 @@ msgstr "Saldo inicial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1068,7 +1054,6 @@ msgstr "" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, python-format msgid "Journal Ledger" @@ -1110,9 +1095,13 @@ msgid "Journals" msgstr "Diários" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1259,7 +1248,6 @@ msgstr "Mais antigo" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1388,6 +1376,13 @@ msgstr "Períodos" msgid "Posted" msgstr "Lançado" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1662,7 +1657,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1700,11 +1694,9 @@ msgstr "Balancete XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" -"O Balancete poderá ser calculado somente se a empresa selecionada tiver " -"apenas uma conta de receitas não afetada." #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account @@ -1726,7 +1718,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1820,6 +1811,11 @@ msgstr "" msgid "or" msgstr "ou" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1845,6 +1841,26 @@ msgstr "largura: 38.92%;" msgid "width: 8.11%;" msgstr "largura: 8.11%;" +#~ msgid " Export" +#~ msgstr " Exportar" + +#~ msgid " Print" +#~ msgstr " Imprimir" + +#~ msgid "" +#~ "General Ledger can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "O Razão Geral somente pode ser calculado se a empresa selecionada tiver " +#~ "apenas uma conta de receitas não afetada." + +#~ msgid "" +#~ "Trial Balance can be computed only if selected company have only one " +#~ "unaffected earnings account." +#~ msgstr "" +#~ "O Balancete poderá ser calculado somente se a empresa selecionada tiver " +#~ "apenas uma conta de receitas não afetada." + #~ msgid "" #~ "Cost\n" #~ " center" diff --git a/account_financial_report/i18n/ro.po b/account_financial_report/i18n/ro.po index a6e977f..2d62e84 100644 --- a/account_financial_report/i18n/ro.po +++ b/account_financial_report/i18n/ro.po @@ -56,40 +56,10 @@ msgstr "91 - 120 d." msgid "Taxes summary" msgstr "Rezumat taxe" -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Export" -msgstr "Exportă" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.report_buttons -msgid " Print" -msgstr "Tipărește" - -#. module: account_financial_report -#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" La\n" -" " - #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard -msgid "" -"\n" -" To\n" -" " -msgstr "" -"\n" -" La\n" -" " - -#. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" msgstr "Către" @@ -241,7 +211,6 @@ msgstr "Vârstă ≤ 90 d." #. module: account_financial_report #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_aged_partner_balance #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html #: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard @@ -648,9 +617,13 @@ msgid "Detail Taxes" msgstr "Detalii impozite" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name @@ -781,6 +754,13 @@ msgstr "Înregistrare" msgid "Entry number" msgstr "Număr înregistrare" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard @@ -887,7 +867,6 @@ msgstr "" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation #: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_general_ledger #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html #: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb #: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard @@ -924,8 +903,8 @@ msgstr "Carte mare XLSX" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard msgid "" -"General Ledger can be computed only if selected company have only one " -"unaffected earnings account." +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -966,9 +945,13 @@ msgid "Hierarchy On" msgstr "Activare ierarhie" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id @@ -1026,7 +1009,6 @@ msgstr "Sold inițial" #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 -#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1049,7 +1031,6 @@ msgstr "Domeniul articolelor din jurnal" #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html -#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard #, fuzzy, python-format msgid "Journal Ledger" @@ -1092,9 +1073,13 @@ msgid "Journals" msgstr "Jurnale" #. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update @@ -1241,7 +1226,6 @@ msgstr "Mai vechi" #. module: account_financial_report #: code:addons/account_financial_report/report/open_items_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_open_items #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html #: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb #: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard @@ -1366,6 +1350,13 @@ msgstr "Perioade" msgid "Posted" msgstr "Postat" +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines @@ -1629,7 +1620,6 @@ msgstr "Total" #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_trial_balance #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html #: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb #: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard @@ -1666,8 +1656,8 @@ msgstr "Balanță verificare" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "" -"Trial Balance can be computed only if selected company have only one " -"unaffected earnings account." +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." msgstr "" #. module: account_financial_report @@ -1690,7 +1680,6 @@ msgstr "" #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard -#: model:ir.actions.client,name:account_financial_report.action_report_vat_report #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb #: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard @@ -1785,6 +1774,11 @@ msgstr "viitor" msgid "or" msgstr "sau" +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal msgid "to" @@ -1810,6 +1804,30 @@ msgstr "lățime: 38,92%;" msgid "width: 8.11%;" msgstr "lățime: 8,11%;" +#~ msgid " Export" +#~ msgstr "Exportă" + +#~ msgid " Print" +#~ msgstr "Tipărește" + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " La\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " To\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " La\n" +#~ " " + #~ msgid "Cost center" #~ msgstr "Centrul de cost" diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index 3aa8e31..b9d5a07 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -278,6 +278,7 @@ class OpenItemsReport(models.AbstractModel): "ref_label": ref_label, "journal_id": move_line["journal_id"][0], "move_name": move_line["move_id"][1], + "entry_id": move_line["move_id"][0], "currency_id": move_line["currency_id"][0] if move_line["currency_id"] else False, diff --git a/account_financial_report/report/templates/aged_partner_balance.xml b/account_financial_report/report/templates/aged_partner_balance.xml index d6fc80a..ca40531 100644 --- a/account_financial_report/report/templates/aged_partner_balance.xml +++ b/account_financial_report/report/templates/aged_partner_balance.xml @@ -248,210 +248,210 @@
- - - - - - - - - + + + +
- - - - - - - - + + +
- - - - - - - - + + +
- - - - - - - - + + +
- - - - - - - - + + +
- - - - - - - - + + +
- - - - - - - - - + + + +
- - - - - - - - + + +
- - - - - - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - + + + + + + + +
diff --git a/account_financial_report/report/templates/general_ledger.xml b/account_financial_report/report/templates/general_ledger.xml index 14d9cad..1c5370a 100644 --- a/account_financial_report/report/templates/general_ledger.xml +++ b/account_financial_report/report/templates/general_ledger.xml @@ -232,18 +232,11 @@ ('date', '<', date_from), ('debit', '<>', 0)]" /> - - + + @@ -254,18 +247,11 @@ ('date', '<', date_from), ('debit', '<>', 0)]" /> - - + + @@ -278,18 +264,11 @@ ('date', '<', date_from), ('credit', '<>', 0)]" /> - - + + @@ -300,18 +279,11 @@ ('date', '<', date_from), ('credit', '<>', 0)]" /> - - + + @@ -323,18 +295,11 @@ t-value="[('account_id', '=', account['id']), ('date', '<', date_from)]" /> - - + + @@ -344,18 +309,11 @@ ('partner_id', '=', partner['id']), ('date', '<', date_from)]" /> - - + + @@ -375,18 +333,14 @@ t-value="[('account_id', '=', account['id']), ('date', '<', o.date_from)]" /> - - + + @@ -396,18 +350,14 @@ ('partner_id', '=', partner['id']), ('date', '<', o.date_from)]" /> - - + + @@ -426,82 +376,63 @@
- - - - - - - - - + + + + + + + + + + + +
- - - + +
- - - + +
- - - + +
@@ -516,58 +447,45 @@
- - - - + +
- - - + + - + - +
- - - - + +
@@ -584,111 +502,82 @@
- - - - + +
- - - + + - + - +
- - - + + - + - +
- - - + + - + - +
@@ -700,16 +589,12 @@
- - - + +
@@ -799,7 +684,7 @@ />