Migrate addons to 10.0

This commit is contained in:
Guewen Baconnier
2016-12-21 21:29:09 +01:00
parent 022f9003e8
commit 8e4b461c75
17 changed files with 35 additions and 37 deletions
@@ -4,7 +4,7 @@
{'name': 'Monitoring: Requests Logging',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'category',
+3 -3
View File
@@ -6,9 +6,9 @@ import json
import logging
import time
from openerp import models
from openerp.http import request as http_request
from openerp.tools.config import config
from odoo import models
from odoo.http import request as http_request
from odoo.tools.config import config
_logger = logging.getLogger('monitoring.http.requests')