From 8ea92c016bb9a9c636a40eb74d6ae14aaac942c9 Mon Sep 17 00:00:00 2001 From: robert rottermann Date: Wed, 27 Apr 2016 18:28:03 +0200 Subject: [PATCH] [ADD]added new wizzard account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml --- account_financial_report_qweb/__openerp__.py | 2 + .../views/report_menus.xml | 7 ++- .../wizard/balance_sheet_wizard_view.xml | 47 +++++++++++++++++++ .../wizard/partner_balance_wizard_view.xml | 1 - .../wizard/trial_balance_wizard_view.xml | 3 +- 5 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml diff --git a/account_financial_report_qweb/__openerp__.py b/account_financial_report_qweb/__openerp__.py index 861940b6..6a6eceea 100644 --- a/account_financial_report_qweb/__openerp__.py +++ b/account_financial_report_qweb/__openerp__.py @@ -25,6 +25,8 @@ 'wizard/balance_common_wizard_view.xml', 'wizard/partner_balance_wizard_view.xml', 'wizard/trial_balance_wizard_view.xml', + 'wizard/balance_sheet_wizard_view.xml', + #'wizard/profit_loss_wizard_view.xml', 'views/report_menus.xml', 'menuitems.xml', 'reports.xml', diff --git a/account_financial_report_qweb/views/report_menus.xml b/account_financial_report_qweb/views/report_menus.xml index d35f31ba..571d2e3e 100644 --- a/account_financial_report_qweb/views/report_menus.xml +++ b/account_financial_report_qweb/views/report_menus.xml @@ -11,6 +11,11 @@ - + + diff --git a/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml b/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml new file mode 100644 index 00000000..5de6ad11 --- /dev/null +++ b/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml @@ -0,0 +1,47 @@ + + + + + + Trial Balance Wizard + account.common.balance.report + primary + + + + + True + + + + + + + + + + + + + + + ir.actions.act_window + account.common.balance.report + form + form + + new + {'balance_common': 'balance_sheet'} + + + Profit & Loss + ir.actions.act_window + account.common.balance.report + form + form + + new + {'balance_common': 'profit_loss'} + + + diff --git a/account_financial_report_qweb/wizard/partner_balance_wizard_view.xml b/account_financial_report_qweb/wizard/partner_balance_wizard_view.xml index afc9da17..b2c25814 100644 --- a/account_financial_report_qweb/wizard/partner_balance_wizard_view.xml +++ b/account_financial_report_qweb/wizard/partner_balance_wizard_view.xml @@ -10,7 +10,6 @@ - diff --git a/account_financial_report_qweb/wizard/trial_balance_wizard_view.xml b/account_financial_report_qweb/wizard/trial_balance_wizard_view.xml index b526d167..91a7ecd3 100644 --- a/account_financial_report_qweb/wizard/trial_balance_wizard_view.xml +++ b/account_financial_report_qweb/wizard/trial_balance_wizard_view.xml @@ -10,7 +10,6 @@ - @@ -25,7 +24,7 @@ - Trial Balance + ir.actions.act_window account.common.balance.report form