-
2-day training: Introduction to Development with Odoo.sh
Done
-
2-day training: Odoo 12 Accounting
Done
-
2-day training: Odoo Studio
Done
-
Oocademy: World's First Technical Training Platform
Yenthe Van GinnekenDone
-
What's New in Odoo Studio: Report Editor, Moving Fields, etc.
Vincent Schippefilt, Developer - OdooDone
-
Looking for Culprits in Performance Issues
Moisés Augusto López CalderónDone
-
Odoo.sh for Developers
Denis Ledoux, Developer - OdooDone
-
Empower Your App by Inheriting from 8 Mixins
Yannick Tivisse, Developer - OdooDone
-
How to Optimize the Speed of Odoo eCommerce/Website up to Maximum Level?
Hiren Vora - CEO at Emipro Technologies Pvt. Ltd. IndiaDone
-
Process Development from Business to Delivery with Tools Such as Odoo.sh
Michael Vannerom, Developer - OdooDone
Create your own interface
Date: Monday, Oct. 1st & Tuesday, Oct. 2nd
Time: From 9:00 am to 5:00 pm
Location: Aula Magna • Belgium
Lunch and Drinks are included each day of the training.
What will you learn?
This training aims to help you customize the user interface to your needs. In two days, we will create a basic project management add-on, with a dashboard, customized form widgets, and a new map view. This will be an opportunity to understand how the web client is designed and can be extended. Note that this training will be done in Odoo version 12.
Requirements
This training assumes that attendees have an intermediate knowledge of both Odoo and Javascript. Attendees should have some experience developing add-ons in Odoo, and be ready to build on that.
Why should you attend?
The Odoo Framework is quite expressive, many add-ons can express a lot of business logic just by defining models (in Python) and template/views (in XML). This is fine for most cases, but there is a limit to what you can do. To overcome this limit, you need to extend the Odoo web client in Javascript. Version 12 will feature a new large refactoring of the web client, and this training is a good opportunity to learn where Odoo is going.
Table of Content
Day 1
Odoo JS Framework Overview
Basic Notions
Understanding asynchronous code
Customizing form views
Day 2
Testing your UI
Creating/Extending a view
Various small interface tweaks