Add module aeroo_report_to_printer
Minor code update in base_other_report_engines
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user