-
Opening Keynote - Unveiling Odoo 18
Fabien Pinckaersเสร็จสิ้น
-
Unveiling Most Common Security Issues
Denis Ledoux & Florian Vranckxเสร็จสิ้น
-
Security in Odoo's Framework
Denis Ledouxเสร็จสิ้น
-
Discovering Full Text Search
Julien Bankenเสร็จสิ้น
-
Learn OWL from Scratch
Jorge Pinna Puissantเสร็จสิ้น
-
Odoo Load Testing
Nicolas Seinletเสร็จสิ้น
-
Hosting your Odoo Server on the Public Internet: Do's & Don'ts
Nicolas Martinelliเสร็จสิ้น
-
Overview of Most Useful Mixins
Michael Vanneromเสร็จสิ้น
-
How to Integrate Odoo through JSON-RPC Services?
Emanuele Maruzziเสร็จสิ้น
-
Customize Views with your Own Javascript Fields
Simon Geninเสร็จสิ้น
Coding since the 90s, Pouya joined Odoo in 2021. With a background in Mechanical Engineering, he has held various business roles, ranging from Product Design and Production Management to Sales and Administration. He has also served as Vice President in a holding of 12 companies, and has founded several startups in homeland and abroad. Since 2013, Pouya has focused on Odoo implementation and development, and in 2021, he finally joined the Odoo R&D team to pursue his passion for coding.
Added some custom code to your module, and suddenly everything feels slower? Everything works, but it's not as snappy as before—or worse, your method times out and never finishes? Sometimes, small changes in the code can significantly boost speed; other times, you may need to rethink your entire approach. I'll show you some of the many ways to improve your code's performance. But remember, coding is an art, and there are always creative solutions for every situation.