Categories
Engineering Programming Technology Technology web

Javascript won’t load or update in Odoo

If you are debugging JavaScript code in Odoo and it happens that you can’t get it updated or worst it’s not loading the official documentation is a good reference “What to do if a file is not loaded/updated”. But I experienced and issue as I always use –dev=all and the JavaScript won’t load at all […]

Categories
Programming Programming Technology

Calendar settings customization

This is an open source module we developed at Savoir Faire Linux for customizing the Odoo calendar easily. All the logic behind the calendar is based on the library Fullcalendar.io see below.  This module allows changing Odoo default calendar settings (based on Javascript library “http://fullcalendar.io/“) In order to change the « Calendar Settings »: Go to « Settings → […]