Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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

I have this Error in Odoo9

Suscribirse

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

Se marcó esta pregunta
moduleserrorwebodoo9
7 Respuestas
6684 Vistas
Avatar
wizardz

                content: "NameError: .o-flex is undefined in - on line 271, column 5:\A 270 min-height: 0;\A 271 .o-flex(0, 1, 100%);\A 272 border: none;\A \A

This error occured while compiling the bundle 'web.assets_common' containing:
\A
 - /web/static/src/less/mimetypes.less\A
 - /web/static/src/less/animation.less\A
 - /website_sign/static/src/less/website_sign_common.less\A
 - /web_planner/static/src/less/web_planner_common.less\A
 - /web_editor/static/src/less/web_editor.less";

 


This is my error , how can I fix this? it is only when I install web modules

1
Avatar
Descartar
Avatar
Jignesh Mehta
Mejor respuesta

Hello Wizardz,


For this error you should install some package. The follow step of installation is use for you.


1) sudo apt-get update

2) sudo apt-get install nodejs
3) sudo npm install -g less-plugin-clean-css
4) sudo npm install -g less



Hope this works for You.

Thanks,

4
Avatar
Descartar
Avatar
Atul Makwana
Mejor respuesta

Hello Wizardz, 

Please install node-less using below command

sudo apt-get update && apt-get install node-less

Hope it will helps.


1
Avatar
Descartar
wizardz
Autor

same error, every time I want to install website_sign

Atul Makwana

which linux distro. are you using?

Avatar
wizardz
Autor Mejor respuesta

Hello Jignesh Mehta, 

I tested it with this:

1) sudo apt-get update

2) sudo apt-get install nodejs

3) sudo npm install -g less-plugin-clean-css

4) sudo npm install -g less

But the same error is showing up. I have created a new database to test this all the web_ modules . But in Odoo9 nightly build the web modules show me every time the "LESS" errors.


0
Avatar
Descartar
Avatar
Ermin Trevisan
Mejor respuesta

1. Check the official documentation about installing dependencies of Odoo 9.0 and don't forget the symlink (Ubuntu 14.04 only)

https://www.odoo.com/documentation/9.0/setup/install.html     

2. If it does not help, check this:https://www.odoo.com/forum/help-1/question/ubuntu-server-14-04-howto-install-nodejs-npm-and-less-82575        

3. website_sign is an enterprise module. If you are an enterprise customer, you should get help from Odoo.

0
Avatar
Descartar
Avatar
M Grmn
Mejor respuesta

For you less try;

sudo apt-get install nodejs

sudo apt-get install npm

sudo npm install -g less

sudo npm install -g less-plugin-clean-css

sudo ln -s /usr/local/bin/lessc /usr/bin/lessc

sudo ln -s /usr/bin/nodejs /usr/bin/node


However it might be a good idea to follow this example to the letter and you should be fine. I recommend a complete remove of what you have installed then reinstall. Link for instructions see bottom

Remove all

sudo apt-get --purge remove odoo

#not ideal but.. works.

sudo find / -iname 'odoo' -print -exec rm -r {} \;

# removal of PostgreSQL

sudo apt-get --purge remove postgresql\*

sudo rm -r /etc/postgresql

sudo rm -r /etc/postgresql-common*

sudo rm -r /var/lib/postgresql

sudo rm -rf /etc/apt/sources.list.d/postgresql.list

sudo userdel -r postgres

sudo groupdel postgres

sudo find / -iname 'postgresql' -print -exec rm -r {} \;

# if you see dependency problem it is most likely you have a problem that while install PostgreSQL you did this multiple times

# and therefor left some of those packages, you will need to remove them 1 by 1 before installing again!

# I  suggest the following for installing PostgreSQL

sudo apt-get install python-software-properties -y

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - 

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" >> /etc/apt/sources.list.d/postgresql.list'

sudo apt-get update && sudo apt-get install postgresql-9.3 pgadmin3 -y


Link for instructions installing v9 on trusty:

https://www.getopenerp.com/install-odoo-9-on-ubuntu/


I know that on ubuntu wily 15.10 ( you can use the deb file, and it will install without a problem) but some features might not work in version Odoo v9. For me I made a small bash shell script to install Odoo v8 on 15.10, do not think it will work for you on 14.x

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
ValueError: dictionary update sequence element #0 has length 1; 2 is required - please help me with this error
modules error odoo9
Avatar
Avatar
1
ene 17
18480
Where is web_kanban module Odoo 14 ? Resuelto
modules error web kanban v14
Avatar
Avatar
1
ene 21
4636
Error when installing "web_responsive" module Odoo 9.0c
error module web responsive odoo9
Avatar
Avatar
1
jun 18
5353
No module named pooler Resuelto
modules error
Avatar
Avatar
Avatar
Avatar
Avatar
5
dic 23
20324
couldn't load module web error following an update of openerp
error web
Avatar
Avatar
2
mar 15
7430
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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