Cody - Oocademy's mascotte

Tutorials

Pick one and get going!

Creating grid views in Odoo
Learn how to create and use grid views in Odoo.
Creating button to (un)publish content and navigate between the backend and frontend
Learn how to create a smartbutton to quickly (un)publish a record and to quickly navigate from the website page back to the backend.
Securing Odoo logins with fail2ban
Learn how to configure Odoo and fail2ban to prevent brute force login attempts.
Adding/optimizing SEO on custom models and creating custom social media previews
Learn how to add SEO possibilities to your models, automatically set SEO values and customize social media previews.
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.
Add archiving option to archive records
Learn how to add the option to (un)archive records on your own modules and what you have to do to get this functionality.
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 (internal) messages and activities in Odoo
Learn how to create and add (internal) messages and activities on records.