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,2 @@
* Laurent Mignon <laurent.mignon@acsone.eu> (https://acsone.eu)
* Marie Lejeune <marie.lejeune@acsone.eu> (https://acsone.eu)

View file

@ -0,0 +1,5 @@
This addon is a technical addon used to allows the use of
`extendable <https://pypi.org/project/extendable/>`_
classes in the implementation of your fastapi endpoint handlers. It also
allows you to use `extendable_pydantic <https://pypi.org/project/extendable_pydantic/>`_
models when defining your endpoint handlers request and response models.

View file

@ -0,0 +1,20 @@
16.0.2.1.1 (2023-11-07)
~~~~~~~~~~~~~~~~~~~~~~~
**Bugfixes**
- Fix registry corruption when running tests difined in a class inheriting of the *FastAPITransactionCase* class if an error occurs in the *setUpClass* after the call to super(). (`#392 <https://github.com/OCA/rest-framework/issues/392>`_)
16.0.2.1.0 (2023-10-13)
~~~~~~~~~~~~~~~~~~~~~~~
**Features**
- * New base schemas: *PagedCollection*. This schema is used to define the
the structure of a paged collection of resources. This schema is similar
to the ones defined in the Odoo's **fastapi** addon but works as/with
extendable models.
* The *StrictExtendableBaseModel* has been moved to the *extendable_pydantic*
python lib. You should consider to import it from there. (`#380 <https://github.com/OCA/rest-framework/issues/380>`_)