[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 sebalix
parent f90dbddc47
commit ed30c31fc8
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__)