diff --git a/account_financial_report_qweb/README.rst b/account_financial_report_qweb/README.rst index 64643ee3..09d002fd 100644 --- a/account_financial_report_qweb/README.rst +++ b/account_financial_report_qweb/README.rst @@ -7,9 +7,12 @@ account_financial_report_qweb ============================= This module adds a set of financial reports. They are accessible under -Accunting / Reporting / PDF Reports. +Accunting / Reporting / OCA Reports. - General ledger +- Trial Balance +- Open Items +- Aged Partner Balance .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -20,13 +23,13 @@ Known issues / Roadmap Some reports are being worked on and will be available at some point: -- Aged parter report +- Trial Balance Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. @@ -53,6 +56,7 @@ Contributors * Ciro Urselli * Francesco Apruzzese * Lorenzo Battistini +* Julien Coux Much of the work in this module was done at a sprint in Sorrento, Italy in April 2016. diff --git a/account_financial_report_qweb/__openerp__.py b/account_financial_report_qweb/__openerp__.py index cf6ff977..c33f2f69 100644 --- a/account_financial_report_qweb/__openerp__.py +++ b/account_financial_report_qweb/__openerp__.py @@ -25,9 +25,7 @@ 'wizard/general_ledger_wizard_view.xml', 'wizard/open_items_wizard_view.xml', 'wizard/balance_common_wizard_view.xml', - 'wizard/partner_balance_wizard_view.xml', 'wizard/trial_balance_wizard_view.xml', - 'wizard/balance_sheet_wizard_view.xml', 'menuitems.xml', 'reports.xml', 'report/templates/aged_partner_balance.xml', diff --git a/account_financial_report_qweb/menuitems.xml b/account_financial_report_qweb/menuitems.xml index ebaa9d7b..e367f39a 100644 --- a/account_financial_report_qweb/menuitems.xml +++ b/account_financial_report_qweb/menuitems.xml @@ -13,31 +13,28 @@ parent="menu_oca_reports" action="action_general_ledger_wizard" id="menu_general_ledger_wizard" + sequence="10" /> - - - - + diff --git a/account_financial_report_qweb/reports.xml b/account_financial_report_qweb/reports.xml index 7d1e8230..93cdbc3e 100644 --- a/account_financial_report_qweb/reports.xml +++ b/account_financial_report_qweb/reports.xml @@ -2,6 +2,8 @@ + + - - - - General Ledger XLSX report - report_general_ledger_qweb - ir.actions.report.xml - ledger.report.wizard.xlsx - xlsx - - + Account financial report qweb paperformat @@ -75,5 +61,25 @@ + + + + General Ledger XLSX report + report_general_ledger_qweb + ir.actions.report.xml + ledger.report.wizard.xlsx + xlsx + + + + + diff --git a/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml b/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml deleted file mode 100644 index 999af54a..00000000 --- a/account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - Balance Sheet Wizard - account.common.balance.report - primary - - - - - True - - - - - - - - - - - - - - - Balance Sheet - 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 deleted file mode 100644 index 42883668..00000000 --- a/account_financial_report_qweb/wizard/partner_balance_wizard_view.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Partner Balance Wizard - account.common.balance.report - primary - - - - - - - True - - - - - - - - Partner Balance - ir.actions.act_window - account.common.balance.report - form - form - - new - {'balance_common': 'partner_balance'} - - - - - Partner Balance - client_print_multi - - action - account.account - - - -