Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Clean install odoo 9 does not work

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
installationodoo9odoo9.0
6 Respuestas
7051 Vistas
Avatar
Friedrich Ewald

I just tried to clone odoo 9 from the git repository with the commit 2a89c926ecd7d60eaed65af9f7708780ea6982a8 with the command

    git clone https://github.com/odoo/odoo.git

Then installed lessc, npm and nodejs. I also created the symlinks to node and lessc. When I try to run odoo it now brings me the message: 

    2015-12-13 00:13:22,111 17969 WARNING gut8_9 openerp.addons.base.ir.ir_qweb: This error occured while compiling the bundle    'web.assets_common' containing:

    - /web/static/src/less/mimetypes.less

    - /web/static/src/less/animation.less

    - /web_planner/static/src/less/web_planner_common.less

    - /web_editor/static/src/less/web_editor.less

    2015-12-13 00:13:22,232 17969 WARNING gut8_9 openerp.addons.base.ir.ir_qweb: This error occured while compiling the bundle 'web.assets_backend' containing:

    - /website/static/src/less/import_bootstrap.less

    - /web/static/src/less/variables.less

    - /web/static/src/less/enterprise_compatibility.less

    - /web/static/src/less/utils.less

    - /web/static/src/less/modal.less

    - /web/static/src/less/notification.less

    - /base_import/static/src/less/import.less

    - /web_tip/static/src/less/tip.less

    - /web_calendar/static/src/less/web_calendar.less

    - /web_diagram/static/src/less/diagram_view.less

    - /web_kanban/static/src/less/kanban_dashboard.less

    - /web_kanban/static/src/less/kanban_view.less

    - /web_settings_dashboard/static/src/less/dashboard.less


And also in the browser it shows the exact message. I have the assumption that there is some path problem since it seems like odoo looks in the root directory `/` for the less files which are obviously not there. Did any of you experience the same? What can I do against? Can I somehow force a reload of the files?


Regards,

F

0
Avatar
Descartar
Ermin Trevisan

Did you follow the instructions for installing nodejs here: https://www.odoo.com/documentation/9.0/setup/install.html

Friedrich Ewald
Autor

Yes, I followed the instructions and nodeJS is installed as it shows the version v0.10.25. Is there any minimum version to run odoo?

Avatar
TKF
Mejor respuesta

Hello,

You can try Yenthe666 script installation :

https://github.com/Yenthe666/InstallScript/blob/9.0/odoo_install.sh



Regards,

2
Avatar
Descartar
Yenthe Van Ginneken (Mainframe Monkey)

I always like the fact to see my script bubbling up somewhere. :) +1

Avatar
Purnendu Singh
Mejor respuesta

Hello I tried Option 1 mentioned in the following link and it works for me.

http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/

Use apt-get to install the build-essential package:

sudo apt-get install build-essential checkinstall

Employ a similar process to get libssl-dev:

sudo apt-get install libssl-dev

You can install and update Node Version Manager, or nvm, by using cURL:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash

You will be asked to close and reopen the terminal. To verify that nvm has been successfully installed after you reopen the terminal, use:

command -v nvm

That command will output nvm if the installation worked.

To download, compile and install the latest version of Node:

nvm install 5.0

In any new shell, you’ll need to tell nvm which version to use:

nvm use 5.0

To set a default Node.js version to be used in any new shell, use the alias default:

nvm alias default node

0
Avatar
Descartar
Avatar
Friedrich Ewald
Autor Mejor respuesta

Solved,


the problem was, that nodejs was not in the $PATH variable and therefore couldn't be found. I set up an alias and now it works. Thanks for the help, this brought me on the right track.

0
Avatar
Descartar
¿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
Error in website_portal_sale module in Odoo9?
installation odoo9 odoo9.0
Avatar
0
feb 16
4004
How can I download and install Odoo 9? Resuelto
installation download odoo9 odoo9.0
Avatar
Avatar
Avatar
Avatar
10
mar 16
46807
No module named PyPDF2 Resuelto
installation odoo9
Avatar
Avatar
Avatar
3
may 24
20227
I get some dependency error when install Odoo 9.0 Resuelto
installation odoo9.0
Avatar
Avatar
1
ago 16
4720
Error while installing modules. It comes with the following error and the module stays on Cancel Install. Resuelto
installation modules odoo9
Avatar
Avatar
Avatar
3
abr 21
9489
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now