[MIG] base_user_role: Port to 10.0

This commit is contained in:
Adrien Peiffer (ACSONE)
2017-01-02 18:09:23 +01:00
committed by Bert Van Groenendael
parent 3df52a1d07
commit 575014d391
74 changed files with 812 additions and 207 deletions

View File

@@ -5,7 +5,7 @@
import datetime
import logging
from openerp import api, fields, models
from odoo import api, fields, models
_logger = logging.getLogger(__name__)