[FIX] account_financial_report: Fix tests

Add date to invoice to be able to post
This commit is contained in:
João Marques
2021-04-28 07:44:17 +01:00
committed by chaule97
parent 0abfff7f16
commit 70ad31174d
21 changed files with 52 additions and 147 deletions

View File

@@ -6,7 +6,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Financial Reports",
"version": "14.0.1.1.1",
"version": "14.0.1.2.1",
"category": "Reporting",
"summary": "OCA Financial Reports",
"author": "Camptocamp SA,"

View File

@@ -1213,8 +1213,10 @@ 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.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 ""
@@ -1249,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"

View File

@@ -1223,8 +1223,10 @@ 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.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 "?????????? ??????????????"
@@ -1263,12 +1265,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"

View File

@@ -1223,8 +1223,10 @@ 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.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 +1261,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"

View File

@@ -1240,8 +1240,10 @@ 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.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 "Offene Posten"
@@ -1279,12 +1281,6 @@ msgstr "Offene Posten XLSX"
msgid "Open Items XLSX Report"
msgstr "Offene Posten XLSX"
#. 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"

View File

@@ -1238,8 +1238,10 @@ 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.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 "Partidas abiertas"
@@ -1275,12 +1277,6 @@ msgstr "Partidas abiertas XLSX"
msgid "Open Items XLSX Report"
msgstr "Partidas abiertas XLSX"
#. 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"

View File

@@ -1234,8 +1234,10 @@ 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.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 "Partidas abiertas"
@@ -1270,12 +1272,6 @@ msgstr "Partidas abiertas XLSX"
msgid "Open Items XLSX Report"
msgstr "Abrir Elementos del Informe XLSX"
#. 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 "Abrir Itemsr"
#. module: account_financial_report
#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
msgid "Options"
@@ -1828,6 +1824,9 @@ msgstr "ancho: 38.92%;"
msgid "width: 8.11%;"
msgstr "ancho: 8.11%;"
#~ msgid "Open Itemsr"
#~ msgstr "Abrir Itemsr"
#~ msgid "<span class=\"fa fa-download\"/> Export"
#~ msgstr "<span class=\"fa fa-download\"/>Exportar"

View File

@@ -1205,8 +1205,10 @@ 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.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 ""
@@ -1241,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"

View File

@@ -1230,8 +1230,10 @@ 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"
@@ -1266,12 +1268,6 @@ msgstr "Ecritures non lettr??es XLSX"
msgid "Open Items XLSX Report"
msgstr "Ecritures non lettr??es XLSX"
#. 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"

View File

@@ -1240,8 +1240,10 @@ 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 "Postes ouverts"
@@ -1278,12 +1280,6 @@ msgstr "Postes ouverts XLSX"
msgid "Open Items XLSX Report"
msgstr "Postes ouverts XLSX"
#. 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"

View File

@@ -153,7 +153,6 @@ msgstr "??? 120"
#. 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 "??? 120 jours"
@@ -167,7 +166,6 @@ msgstr "??? 30 jours"
#. 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 "??? 30 j."
@@ -181,7 +179,6 @@ msgstr "??? 60 jours"
#. 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 "??? 60 j."
@@ -195,7 +192,6 @@ msgstr "??? 90 j."
#. 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 "??? 90 j."
@@ -423,7 +419,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 ""
"Comptes calcul??s: ?? utiliser lorsque les groupes de comptes ont des codes\n"
@@ -460,7 +457,6 @@ msgstr "Cr???? le"
#: 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
@@ -481,7 +477,6 @@ msgstr "Cumuler bal."
#: 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
@@ -512,7 +507,6 @@ msgstr "Devise"
#. 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"
@@ -597,7 +591,6 @@ msgstr "Date au"
#: 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
@@ -722,9 +715,6 @@ msgstr "Compte de fin dans une p??riode"
#: 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
@@ -768,7 +758,6 @@ msgstr "Num??ro d'??criture"
#. 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 ""
@@ -989,8 +978,8 @@ 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."
"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
@@ -1013,9 +1002,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"
@@ -1183,8 +1169,6 @@ msgstr "Net"
#. 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
@@ -1234,7 +1218,6 @@ msgstr "Rapports de comptabilit?? OCA"
#. 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"
@@ -1242,8 +1225,10 @@ 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"
@@ -1278,12 +1263,6 @@ msgstr "Ecritures non lettr??es XLSX"
msgid "Open Items XLSX Report"
msgstr "Ecritures non lettr??es XLSX"
#. 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"
@@ -1298,7 +1277,6 @@ msgstr "Original"
#. 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
@@ -1358,7 +1336,6 @@ msgstr "Pourcentages"
#. 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"
@@ -1378,7 +1355,6 @@ msgstr "Comptabilis??"
#. 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 ""
@@ -1434,7 +1410,6 @@ 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/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
@@ -1610,8 +1585,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 ""
"La soci??t?? dans la balance g??n??rale et dans la plage de dates doivent ??tre "
"les m??mes."
@@ -1705,9 +1680,9 @@ msgstr "Compte des B??n??fices/Pertes ?? reporter"
#: 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 ""
"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 "
@@ -1783,8 +1758,6 @@ 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/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

View File

@@ -1201,8 +1201,10 @@ 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.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 ""
@@ -1237,12 +1239,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"

View File

@@ -1209,8 +1209,10 @@ 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.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 ""
@@ -1245,12 +1247,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"

View File

@@ -1242,8 +1242,10 @@ 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.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 "Partite aperte"
@@ -1280,12 +1282,6 @@ msgstr "Partite aperte XLSX"
msgid "Open Items XLSX Report"
msgstr "Partite aperte XLSX"
#. 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"

View File

@@ -1202,8 +1202,10 @@ 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.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 ""
@@ -1238,12 +1240,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"

View File

@@ -1248,8 +1248,10 @@ 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.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 "Openstaande posten"
@@ -1288,12 +1290,6 @@ msgstr "Openstaande posten XLSX"
msgid "Open Items XLSX Report"
msgstr "Openstaande posten XLSX"
#. 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"

View File

@@ -1208,8 +1208,10 @@ 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.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 ""
@@ -1244,12 +1246,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"

View File

@@ -1207,8 +1207,10 @@ 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.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 ""
@@ -1243,12 +1245,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"

View File

@@ -1247,8 +1247,10 @@ 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.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 "Itens abertos"
@@ -1285,12 +1287,6 @@ msgstr "Itens Abertos XLSX"
msgid "Open Items XLSX Report"
msgstr "Itens Abertos XLSX"
#. 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"

View File

@@ -1225,8 +1225,10 @@ 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.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 "Pozi??ii deschise"
@@ -1261,12 +1263,6 @@ msgstr ""
msgid "Open Items XLSX Report"
msgstr "Deschide??i raprortul XLSX de articole"
#. 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"

View File

@@ -237,6 +237,7 @@ class TestJournalReport(AccountTestInvoicingCommon):
)
move_form.partner_id = self.partner_2
move_form.journal_id = self.journal_purchase
move_form.invoice_date = Date.today()
with move_form.invoice_line_ids.new() as line_form:
line_form.name = "test"
line_form.quantity = 1.0