Daily updates from Odoo
Monday, August 5, 2019
2 changes · master
Code cleanup and technical improvements
Website helpdesk slides and Twitter wall pages now use Odoo's standard method for loading images instead of fixed file links. This makes image handling more reliable and easier to maintain without changing the user-facing features.
Original PR description
Some image links were hard coded in the xml views of website, now they are replaced with website.image_url(model, field). See: odoo/odoo/pull/34149 Task: #2007400
Helpdesk teams will no longer be automatically linked to a default placeholder eLearning course. This avoids irrelevant course assignments and lets users choose the most appropriate course for each team.
Original PR description
…teams PURPOSE eLearning should have its own application in manager. Indeed this is becoming a big application and having it embedded inside Website application is not enough anymore. It should also hold updated and easy-to-use menus, navigation, actions and views in backend. SPECIFICATIONS Default "Our Documentation" dummy default existing course has been removed in master as it makes no sense to have void data. This commit updates helpdesk / slides bridge accordingly. We consider it makes no sense to take the first course when linking an helpdesk team to a course. Let users choose what is relevant instead of taking dummy data. LINKS Task 1978729 PR #35061