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: Statsd Metrics',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'category',
+2 -2
View File
@@ -2,8 +2,8 @@
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from openerp import models
from openerp.http import request
from odoo import models
from odoo.http import request
from ..statsd_client import statsd, customer, environment
+1 -1
View File
@@ -7,7 +7,7 @@ import os
from distutils.util import strtobool
from openerp.tools.config import config
from odoo.tools.config import config
_logger = logging.getLogger(__name__)