Skip to content

0.1.6

Compare
Choose a tag to compare
@llacroix llacroix released this 02 Mar 00:24
· 9 commits to main since this release

In this version of odoo-tools, a new API has been integrated to host odoo servers. It's still more or less a draft of what would become a more sophisticated way to run odoo. The new API is modular and can be extended to support different kind of setup.

It is designed as a set of mixins that can be used to build a custom wsgi application or potentially different kind of entrypoints to run cron or execute commands from command line.

Ideally, this will replace parts of Odoo-tools that execute Odoo directly as this OdooApplication is able to configure things outside of the what's possible with odoo.tools.config. One other important aspect is that using the API means that some part of odoo will get overriden by a custom patches available as module overlays in odoo_tools.overlays.

This is the kind of change that's likely to happen for a version 0.2 or potentially 1.0.