Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1 @@
* Laurent Mignon <laurent.mignon@acsone.eu>

View file

@ -0,0 +1,3 @@
This addon allows you to use the `Extendable library`_ within Odoo.
.. _Extendable library: : <https://pypi.org/project/extendable/>

View file

@ -0,0 +1,3 @@
The `roadmap <https://github.com/OCA/odoo-addon-extendable/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement+label%3Aextendable>`_
and `known issues <https://github.com/OCA/odoo-addon-extendable/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aextendable>`_ can
be found on GitHub.

View file

@ -0,0 +1,2 @@
By default, all extendable classes defined into your odoo addons are automatically
loaded by the current addon according to the dependency graph computed by Odoo.