diff --git a/account_financial_report/README.rst b/account_financial_report/README.rst index ec4cdd12..db65e376 100644 --- a/account_financial_report/README.rst +++ b/account_financial_report/README.rst @@ -13,6 +13,7 @@ Accounting / Reporting / OCA Reports. - Trial Balance - Open Items - Aged Partner Balance +- VAT Report .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -52,6 +53,7 @@ Contributors * Julien Coux * Akim Juillerat * Alexis de Lattre +* Mihai Fekete 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 01937685..9f48445f 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -1,11 +1,10 @@ - # Author: Damien Crier # Author: Julien Coux # Copyright 2016 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Financial Reports', - 'version': '11.0.1.2.0', + 'version': '11.0.2.0.0', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,' @@ -24,6 +23,7 @@ 'wizard/general_ledger_wizard_view.xml', 'wizard/open_items_wizard_view.xml', 'wizard/trial_balance_wizard_view.xml', + 'wizard/vat_report_wizard_view.xml', 'menuitems.xml', 'reports.xml', 'report/templates/layouts.xml', @@ -31,12 +31,14 @@ 'report/templates/general_ledger.xml', 'report/templates/open_items.xml', 'report/templates/trial_balance.xml', + 'report/templates/vat_report.xml', 'view/account_view.xml', 'view/report_template.xml', 'view/report_general_ledger.xml', 'view/report_trial_balance.xml', 'view/report_open_items.xml', 'view/report_aged_partner_balance.xml', + 'view/report_vat_report.xml', ], 'installable': True, 'application': True, diff --git a/account_financial_report/menuitems.xml b/account_financial_report/menuitems.xml index 4d36885f..cbbd4458 100644 --- a/account_financial_report/menuitems.xml +++ b/account_financial_report/menuitems.xml @@ -35,6 +35,13 @@ id="menu_aged_partner_balance_wizard" sequence="40" /> + + -