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 @@
import logging
from openerp import api, fields, models, _
from odoo import api, fields, models, _
_logger = logging.getLogger(__name__)