Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Consulting
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

I have this Error in Odoo9

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
moduleserrorwebodoo9
7 Replies
6666 Rodiniai
Portretas
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
Portretas
Atmesti
Portretas
Jignesh Mehta
Best Answer

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
Portretas
Atmesti
Portretas
Atul Makwana
Best Answer

Hello Wizardz, 

Please install node-less using below command

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

Hope it will helps.


1
Portretas
Atmesti
wizardz
Autorius

same error, every time I want to install website_sign

Atul Makwana

which linux distro. are you using?

Portretas
wizardz
Autorius Best Answer

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
Portretas
Atmesti
Portretas
Ermin Trevisan
Best Answer

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
Portretas
Atmesti
Portretas
M Grmn
Best Answer

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
Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registracija
Related Posts Replies Rodiniai Veikla
ValueError: dictionary update sequence element #0 has length 1; 2 is required - please help me with this error
modules error odoo9
Portretas
Portretas
1
saus. 17
18454
Where is web_kanban module Odoo 14 ? Solved
modules error web kanban v14
Portretas
Portretas
1
saus. 21
4620
Error when installing "web_responsive" module Odoo 9.0c
error module web responsive odoo9
Portretas
Portretas
1
birž. 18
5335
No module named pooler Solved
modules error
Portretas
Portretas
Portretas
Portretas
Portretas
5
gruod. 23
20295
couldn't load module web error following an update of openerp
error web
Portretas
Portretas
2
kov. 15
7430
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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