[MIG] document_page: Migration to 13.0

This commit is contained in:
ernesto
2019-11-07 15:26:37 -05:00
committed by FernandoRomera
parent 713f34f9f1
commit 9fa7b5ce88
23 changed files with 108 additions and 150 deletions

View File

@@ -1,9 +1,8 @@
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
from odoo import _, fields, models
from odoo.exceptions import UserError
from odoo.tools.translate import _
class DocumentPageShowDiff(models.TransientModel):