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
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
1
Responder
9684
Vistas
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()
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
Upgrading to openerp to odoo
Resuelto
|
|
1
ene 19
|
3335 | |
|
|
1
dic 17
|
11164 | ||
|
|
2
abr 18
|
8754 | ||
|
|
2
jul 22
|
8935 | ||
|
|
14
ago 18
|
20267 |