[FIX] account_financial_report: multicompany+layout behaviour (#498)
* Fix wizards for proper multicompany behaviour. * Fix layout issue
This commit is contained in:
committed by
chaule97
parent
5b14306779
commit
2abb852345
@@ -266,7 +266,7 @@ msgid "Aged Partner Balance XLSX"
|
||||
msgstr "Partnersalden n. Alter XLSX"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:68
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:64
|
||||
#, python-format
|
||||
msgid "All"
|
||||
msgstr "Alle"
|
||||
@@ -435,7 +435,7 @@ msgid "Centralized"
|
||||
msgstr "Abgestimmt"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:1433
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:1432
|
||||
#, python-format
|
||||
msgid "Centralized Entries"
|
||||
msgstr "Abgestimmte Posten"
|
||||
@@ -731,7 +731,7 @@ msgstr "Ist-Summe"
|
||||
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:21
|
||||
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:26
|
||||
#: code:addons/account_financial_report/report/open_items_xlsx.py:19
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:77
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:73
|
||||
#: model:ir.model.fields,field_description:account_financial_report.field_report_aged_partner_balance_move_line_date
|
||||
#: model:ir.model.fields,field_description:account_financial_report.field_report_general_ledger_move_line_date
|
||||
#: model:ir.model.fields,field_description:account_financial_report.field_report_journal_ledger_move_line_date
|
||||
@@ -982,7 +982,7 @@ msgid "Entry"
|
||||
msgstr "Posten"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:76
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:72
|
||||
#, python-format
|
||||
msgid "Entry number"
|
||||
msgstr ""
|
||||
@@ -1380,7 +1380,7 @@ msgstr "Ist Partnerkonto"
|
||||
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:67
|
||||
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:23
|
||||
#: code:addons/account_financial_report/report/open_items_xlsx.py:21
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:83
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:79
|
||||
#: model:ir.actions.client,name:account_financial_report.action_report_journal_ledger
|
||||
#: model:ir.model.fields,field_description:account_financial_report.field_report_aged_partner_balance_move_line_journal
|
||||
#: model:ir.model.fields,field_description:account_financial_report.field_report_general_ledger_move_line_journal
|
||||
@@ -1662,7 +1662,7 @@ msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:84
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:80
|
||||
#, fuzzy, python-format
|
||||
msgid "No group"
|
||||
msgstr "Steuerklasse"
|
||||
@@ -1682,8 +1682,8 @@ msgid "No limit"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:758
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:1137
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:757
|
||||
#: code:addons/account_financial_report/report/general_ledger.py:1136
|
||||
#: code:addons/account_financial_report/report/open_items.py:306
|
||||
#: code:addons/account_financial_report/report/open_items.py:555
|
||||
#, python-format
|
||||
@@ -1691,7 +1691,7 @@ msgid "No partner allocated"
|
||||
msgstr "Kein Partner zugewiesen"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:70
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:66
|
||||
#, python-format
|
||||
msgid "Not Posted"
|
||||
msgstr ""
|
||||
@@ -1905,7 +1905,7 @@ msgid "Periods"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:69
|
||||
#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:65
|
||||
#, python-format
|
||||
msgid "Posted"
|
||||
msgstr ""
|
||||
@@ -2244,7 +2244,7 @@ msgid "Taxtags"
|
||||
msgstr "Steuer-Stichw??rter"
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/general_ledger_wizard.py:130
|
||||
#: code:addons/account_financial_report/wizard/general_ledger_wizard.py:153
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Company in the General Ledger Report Wizard and in Date Range must be "
|
||||
@@ -2252,7 +2252,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:135
|
||||
#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:161
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Company in the Trial Balance Report Wizard and in Date Range must be the "
|
||||
@@ -2260,7 +2260,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_financial_report
|
||||
#: code:addons/account_financial_report/wizard/vat_report_wizard.py:51
|
||||
#: code:addons/account_financial_report/wizard/vat_report_wizard.py:61
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Company in the Vat Report Wizard and in Date Range must be the same."
|
||||
|
||||
Reference in New Issue
Block a user