This commit is contained in:
ivan deng
2018-11-08 03:27:21 +08:00
parent 8da52222e8
commit 7c201e3e81
13 changed files with 20 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
# Copyright 2017 Jarvis (www.odoomod.com)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from openerp import api, fields, models, _
from odoo import api, fields, models, _
class BaseLanguageInstall(models.TransientModel):