Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4689 Prikazi

I am trying to install OCA/Comptocamp's Analytic Timesheet In Task (timesheet_task) module, but I keep getting this error:

File "/opt/odoo/odoo-server/addons/timesheet_task/__init__.py", line 21, in <module>
from . import project_task
ImportError: cannot import name project_task

File project_task.py is present and file permissions seem to be OK. I've also tried to replace '.' with 'openerp' in __init__.py, but it has no effect. I have no problems installing other modules.

Any ideas?

Avatar
Opusti
Best Answer

Have you tried place this module in /usr/lib/python2.7/dist-packages/openerp/addons/ ?

Maybe you have some issues with addon path .... :)

and check spelling :)

A hahaha

right, your bad :)

from . import  should be in module file not in __init__.py :)

in __init__.py only import module_name


Avatar
Opusti
Avtor Best Answer

Edited __init__.py, instead of 'from . import project_task' changed it to 'import project_task' and module finally installed.

Issue resolved.

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
apr. 21
5846
3
jan. 24
12202
1
mar. 15
4074
1
mar. 24
5527
1
dec. 20
4379