[IMP] report_xlsx - Pass the report instance as well as ids of records to print to the 'create_xlsx_report' method + Instanciate the parser and make it available for the 'generate_xlsx_report' method

This commit is contained in:
sebalix
2016-04-12 15:28:46 +02:00
committed by Alex Cuellar
parent b0ecea8464
commit 9ac774c2e9
4 changed files with 25 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Copyright 2015 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import api, fields, models
from openerp import fields, models
class IrActionsReportXml(models.Model):