-
Keynote - Industries
Fabien Pinckaersเสร็จสิ้น
-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaersเสร็จสิ้น
-
Tips & tricks for performant spreadsheets/dashboards
Vincent Schippefiltเสร็จสิ้น
-
Introducing Odoo Language Server: Your coding companion
Florian Daloze & Mohamed Mahrousเสร็จสิ้น
-
XMLRPC is dead. All Hail JSON-2.
Julien Castiaux (juc)เสร็จสิ้น
-
What's new in the Python framework?
Raphael Colletเสร็จสิ้น
-
Point of sale: Replicating Python to JavaScript models for a resilient frontend
Loukas Wetsเสร็จสิ้น
-
How to integrate hardware with Odoo IoT Box?
Louis Travaux (lotr)เสร็จสิ้น
-
A developer’s guide to building importable SaaS-ready modules
Valentin Vallaeysเสร็จสิ้น
-
Practices for implementing e-Invoicing in your favorite country
Josse Colpaert (jco)เสร็จสิ้น
As a professional Software Engineer, I have maturated significant experience in all phases of the development process. I've learnt how to keep clients confident that well-established products will work flawlessly and make them eager for new features.
My technical approach is based on modular object-oriented components that can be chained in a flexible way to achieve complex results. The strong focus on data modeling standards, coupled with the transparent use of open methodologies, leaves users with a coherent idea of how the system works.
Collaborative attitude is at the heart of software development; I’ve trained my communication skills on several projects which required close teamwork and pair-programming.
*And I'm a big fan of open-source software!*
server command into discoverable, intuitive commands, which are easier to launch, script and remember.These won't require configuring and starting the server (if not needed) and won't have unintended side-effects.
Also, with more granular control, you also can react to errors on each specific command that failed.
The talk will consist in a brief demo tour of the new functionalities
There will also be a brief section about best practices, highlighting the improvements from the previous approach.
Name | Description | PR | |
❔ | help | Discover the CLI commands | |
📥 | db init | Create and initialize the database | |
🔄 | module | Manage modules: install, upgrade, uninstall them, fast - Pipe lists of modules from text file thanks to argparse and xargs | |
🧪 | test | Run all kind of tests - You don't need to specify which modules to upgrade for at-install tests | |
🌐 | i18n | Import and export translation files or load new languages - Useful for partners and to work on localization modules (l10n) |