Add module aeroo_report_to_printer

Minor code update in base_other_report_engines
This commit is contained in:
Alexis de Lattre
2015-11-02 23:04:29 +01:00
parent 214aafd243
commit 60e9caf2e7
6 changed files with 132 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Base Other Report Engines module for OpenERP/Odoo
# Copyright (C) 2014 Akretion (http://www.akretion.com)
# Base Other Report Engines module for Odoo
# Copyright (C) 2014-2015 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -20,10 +20,10 @@
#
##############################################################################
from openerp.osv import orm
from openerp import models
class Report(orm.Model):
class Report(models.Model):
_inherit = "report"
def _get_report_from_name(self, cr, uid, report_name):