# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # # Copyright (c) 2013 Noviat nv/sa (www.noviat.com). All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## { 'name': 'Add XLS export to accounting reports', 'version': '0.4.1', 'license': 'AGPL-3', 'author': 'Noviat', 'category': 'Generic Modules/Accounting', 'description': """ This module adds XLS export to the following accounting reports: - general ledger - trial balance - partner ledger - partner balance - open invoices """, 'depends': ['report_xls', 'account_financial_report_webkit'], 'demo_xml': [], 'init_xml': [], 'update_xml' : [ 'wizard/general_ledger_wizard_view.xml', 'wizard/trial_balance_wizard_view.xml', 'wizard/partners_ledger_wizard_view.xml', 'wizard/partners_balance_wizard_view.xml', 'wizard/open_invoices_wizard_view.xml', ], 'active': False, 'installable': True, }