-
Understand Asynchronous Javascript in Odoo
Vincent Schippefilt, Developer - OdooHoàn tất
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooHoàn tất
-
Empower Your App by Inheriting from Odoo Mixins
Thibault Delavallee, Developer - OdooHoàn tất
-
Concepts Behind the New Odoo Framework (New ORM)Fabien Pinckaers, Founder & CEO - OdooHoàn tất
-
Impact of the New ORM on Your ModulesRaphael Collet, Developer - OdooHoàn tất
-
Odoo Studio As a Prototyping Tool
Luc Nailis, Product Owner - OdooHoàn tất
-
Odoo.sh for Project Managers & Developers
Benjamin Akboka Apengu, Developer - OdooHoàn tất
-
Tutorial: Develop an App with the Odoo Framework
Yannick Tivisse, Developer - OdooHoàn tất
-
Odoo Performance Limits
Nicolas Seinlet, Developer - OdooHoàn tất
-
Best Tools for First-Time Odoo Development
Thibaut Richard, Developer - OdooHoàn tất
Thibault Francois has worked at Odoo for 9 years. He is responsible of the team of technical consultant at Odoo. The team takes care of all technical aspects of an implementation, mainly the development of customized modules, their maintenance and migration.
As Backend Developer on Odoo, we know that print, PDB and all the other python debug tools are our best friends when trying to achieve our coding and debugging tasks. Unfortunately, we usually forget one of the best tools that are available to us: The browser's debugger.
First, you will learn how to find useful information with this tool. Then, you will see how this information can help you
- debug your python code
- understand how Odoo works
- find out where any transaction starts
- find out why the web client is complaining
At the end of this talk, you'll be convinced that your browser's debugger is the best starting point for all your investigation.