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
+2 -2
View File
@@ -6,8 +6,8 @@ import json
import werkzeug
from openerp import http
from openerp.addons.web.controllers.main import ensure_db
from odoo import http
from odoo.addons.web.controllers.main import ensure_db
class Monitoring(http.Controller):