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
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
1
Rispondi
9700
Visualizzazioni
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()
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
Upgrading to openerp to odoo
Risolto
|
|
1
gen 19
|
3346 | |
|
|
1
dic 17
|
11184 | ||
|
|
2
apr 18
|
8783 | ||
|
|
2
lug 22
|
8967 | ||
|
|
14
ago 18
|
20301 |