In the following post we have seen that it is rather complicated to install the proper component versions of SASS in order to run Odoo modules depending on SASS: see https://www.odoo.com/forum/help-1/question/ubuntu-16-04-how-to-install-sass-for-odoo-123090.
How can we install SASS on Ubuntu 18.04 LTS?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Using Ubuntu 18.04 this gets much easier as the necessary versions are already packaged. This is the procedure:
sudo apt install nodejs
sudo apt install npm
sudo npm install -g less
sudo apt-get install ruby-sass
sudo gem install compass
sudo gem install bootstrap-sass
Enjoy.
Raking in the karma I see. No seriously, thanks a lot Ermin.
there is also buggy behavior in v10 and v11: assets are not regenerated (after first install or manually deleted) if not logged in as admin.
@Yenthe: I'm working on it :-) But I still have a long way to learn till I may compete with you ;-)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up