This commit is contained in:
ivan deng
2018-11-08 03:33:51 +08:00
parent 98c9b20a8e
commit 92bf47f475
17 changed files with 281 additions and 160 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):