-
New App: Online Appointments
-
ODBC Connector with Odoo, Applied to Ms Dynamics NAV
Dominik Chwallaเสร็จสิ้น
-
Load Testing: How to Stress Your Odoo with Locust
Michael Vannerom, Developer, Odooเสร็จสิ้น
-
Record / Playback Tests Directly in Odoo
Andreas Stauderเสร็จสิ้น
-
Boost Your Odoo Development with Pandas
Davide Corioเสร็จสิ้น
-
Moving Legacy Data into Odoo Using the Import
Thibault François - Technical Consultant Team Leader, Odooเสร็จสิ้น
-
Tips and Tricks to Design Odoo Website ThemesStefano Rigano (sri)เสร็จสิ้น
-
Testing Odoo: A Guided Tour
Adrien Dieudonné, Software Developer - Odooเสร็จสิ้น
-
Odoo-Profiler: Advanced Performance Tool
Moisés Augusto López Calderónเสร็จสิ้น
-
Integrating IoT in Odoo - The Proximus Enco Case
Valentin Bouttiau, Community Manager & Evangelist, Proximus EnCo & Pascale Woodruff, Business Analyst & Project Manager, BHCเสร็จสิ้น
Odoo developer from 4.2 version Vauxoo Developer Manager Active member of Odoo Community Association Developer of Quality Tools like as travis2docker and runbot dockerized builds, pylint-odoo
What will you learn from this talk: Use (1) pylint-odoo python package. Example:
- I missed call method _('') to translate.
- I have duplicated a xml_id
- I have duplicated a csv_id - I have duplicated a tag <field name="name"
- Dangerous method "eval" is used! And other common coding mistakes.
There are common developer mistakes coding an Odoo module that can be detected from a static python code checker like a pylint customized to Odoo modules. We will show pylint static checker but using a customized python package for Odoo modules.The structure of this talk is as follows:
- Presentation
- How to install
- Creating a wrong Odoo module
- Detecting mistakes
- Fixing them (1) https://github.com/oca/pylint-odoo