Traceback (most recent call last):
File "/home/pks/Documents/odoo/10.0/odoo-10.0rc1c-20161004/openerp-server", line 9, in <module> import openerpImportError: No module named openerp
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
1
Reply
8432
Views
Small change in odoo-server file
Put odoo instead of openerp
#!/usr/bin/env pythonimport openerp
import openerp
if __name__ == "__main__":
openerp.cli.main()
to
#!/usr/bin/env pythonimport odoo
import odoo
if __name__ == "__main__":
odoo.cli.main()
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 | |
---|---|---|---|---|
Upgrading to openerp to odoo
Solved
|
|
1
Jan 19
|
1785 | |
|
1
Dec 17
|
9486 | ||
|
2
Apr 18
|
6841 | ||
|
2
Jul 22
|
7009 | ||
|
14
Aug 18
|
17475 |