File "./odoo-bin", line 5, in <module>
import odoo
File "/home/synconic/odoo/odoo-11.0/odoo/__init__.py", line 84, in <module>
from . import modules
File "/home/synconic/odoo/odoo-11.0/odoo/modules/__init__.py", line 8, in <module>
from . import db, graph, loading, migration, module, registry
File "/home/synconic/odoo/odoo-11.0/odoo/modules/graph.py", line 10, in <module>
import odoo.tools as tools
File "/home/synconic/odoo/odoo-11.0/odoo/tools/__init__.py", line 9, in <module>
from .misc import *
File "/home/synconic/odoo/odoo-11.0/odoo/tools/misc.py", line 43, in <module>
from .cache import *
File "/home/synconic/odoo/odoo-11.0/odoo/tools/cache.py", line 7, in <module>
from decorator import decorator
ModuleNotFoundError: No module named 'decorator'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
2592
Views
Hi,
You have to install the decorator package.
sudo pip3 install decorator
Thanks
Hello
you should install this below package.
sudo pip3 install decorator
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
21
Apr 23
|
43155 | ||
|
5
Oct 17
|
6175 | ||
|
0
Oct 17
|
4063 | ||
|
5
Oct 24
|
604 | ||
|
1
Aug 24
|
393 |