mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_qweb_designer: Migration to 12.0
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2015 Antiun Ingenieria S.L. - Antonio Espinosa
|
||||
# Copyright 2015 Tecnativa - Antonio Espinosa
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import api, fields, models
|
||||
@@ -7,6 +6,7 @@ from odoo import api, fields, models
|
||||
|
||||
class ReportCertificate(models.Model):
|
||||
_name = 'report.certificate'
|
||||
_description = 'Report Certificate'
|
||||
_order = 'sequence,id'
|
||||
|
||||
@api.model
|
||||
|
||||
Reference in New Issue
Block a user