-
How to adapt Odoo accounting to your own country
เสร็จสิ้น
-
IOT with Odoo
Vinay Yadavเสร็จสิ้น
-
Odoo Mobile: Hybrid Mobile App
Mantavya Gajjarเสร็จสิ้น
-
Continuous Integration and testing: runbot installation tutorial
เสร็จสิ้น
-
Runbot dockerized with travis2docker
Alan Ramos and Moises Lópezเสร็จสิ้น
-
Finite capacity planning and scheduling: Odoo-frePPLe integration
Johan De Taeyeเสร็จสิ้น
-
How to create reports using qwebเสร็จสิ้น
-
How to Import Large/Complex data into odoo
Thibault Francoisเสร็จสิ้น
-
Best practices to use the API to connect external tools
เสร็จสิ้น
-
Extreme programming with Odoo, and how not to die trying.
Nhomar Hernándezเสร็จสิ้น
With 20+ years experience in the software field, Stéphane is Operations Director at ACSONE, a Software Engineering Company focusing on open source and open standards. He is involved in Odoo projects since 2011 and an active member of the Odoo Communtiy Association.
Target audience: developers versions covered: 9 enterprise and community
Talk structure: slides + code samples
This talk will introduce a modern technique to build, manage dependencies and deploy a project using python's modern packaging infrastructure, namely setuptools, pip and virtualenv. In moderately complex projects, it is key to reliably know the exact version of the sources and dependencies that are deployed in production. Git and the standard python toolchain provides such mechanisms.
This talk will illustrate how it can be used in Odoo project: - how to package and distribute Odoo addons and projects using setuptools - how to install Odoo addons and projects using pip - freezing dependencies for reproducible builds - and more