Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
24874 Vues

I just add this module in addons and than restart the services so i get this error:

  File "/opt/openerp/openerp-7.0-20140519-231318/openerp/addons/im/__init__.py", line 2, in <module>
    import im
  File "/opt/openerp/openerp-7.0-20140519-231318/openerp/addons/im/im.py", line 30, in <module>
    from openerp import http
ImportError: cannot import name http

 

 

Avatar
Ignorer
Meilleure réponse

Hi,

Refer the following link :
https://www.odoo.com/forum/Help-1/question/What-happened-to-module-openerphttp-44919

Avatar
Ignorer
Auteur Meilleure réponse

i added this from openerp.addons.web import http as http and from openerp.addons.web import http as request so now i am getting the below error

@http.route('/longpolling/im/poll', type="json", auth="none") AttributeError: 'module' object has no attribute 'route'

Avatar
Ignorer

You can find the answer in given link .

Publications associées Réponses Vues Activité
2
sept. 23
7596
2
mars 23
46639
2
déc. 23
57603
0
mars 22
2302
3
juin 20
10588