[MIG] report_qweb_designer: Migration to 12.0

This commit is contained in:
David
2018-11-13 09:14:23 +01:00
committed by Omar (Comunitea)
parent bd37d7ee1b
commit 7c8cada563
19 changed files with 181 additions and 85 deletions

View File

@@ -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