mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[PORT] Printer Tray to V11
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import ir_actions_report_xml
|
||||
from . import ir_actions_report
|
||||
from . import printing_tray
|
||||
from . import printing_printer
|
||||
from . import res_users
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class IrActionsReportXml(models.Model):
|
||||
_inherit = 'ir.actions.report.xml'
|
||||
class IrActionsReport(models.Model):
|
||||
_inherit = 'ir.actions.report'
|
||||
|
||||
printer_tray_id = fields.Many2one(
|
||||
comodel_name='printing.tray',
|
||||
Reference in New Issue
Block a user