
Tutorials
Pick one and get going!
Profiling code in Odoo
Learn how to profile code to measure the performance of your Python function(s). This allows you to find performance issues or improvements in your code.
Creating grid views in Odoo
Learn how to create and use grid views in Odoo.
Securing Odoo logins with fail2ban
Learn how to configure Odoo and fail2ban to prevent brute force login attempts.
Inheriting and modifying QWeb reports
Learn how to inherit and modify existing QWeb reports.
Creating tours in Odoo
Learn how to create tours and add steps to the tours.
Creating (internal) messages and activities in Odoo
Learn how to create and add (internal) messages and activities on records.
Creating scheduled actions in Odoo
Learn how to create scheduled actions (schedulers) and how to perform actions
on records automatically.
on records automatically.
Creating calculator fields in Odoo
Learn how to create calculator fields to do mathematical formulas in your
fields. You'll be able to enter formulas in your field and Odoo will compute the result right away.
fields. You'll be able to enter formulas in your field and Odoo will compute the result right away.
Setup Odoo behind Nginx with a custom SSL certificate
Learn how to install and configure Nginx and how to add your own SSL certificate to your Odoo.
Creating and using smartbuttons in Odoo
Learn how to create smartbuttons, how to compute values
and how to directly open views by clicking on the smartbutton.
and how to directly open views by clicking on the smartbutton.