diff --git a/README.md b/README.md index 9065018e7..6da421ec3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_technical_user](base_technical_user/) | 17.0.1.0.0 | | Add a technical user parameter on the company [database_cleanup](database_cleanup/) | 17.0.1.0.0 | | Database cleanup +[jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models [module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [](https://github.com/legalsylvain) | Customize auto installables modules by configuration diff --git a/jsonifier/README.rst b/jsonifier/README.rst index 5468052d2..977d7160c 100644 --- a/jsonifier/README.rst +++ b/jsonifier/README.rst @@ -7,7 +7,7 @@ JSONifier !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c2bfb7648f5bdbd7dfc39ce9e3a2169fa7ba35f0d5467e289da141c53a7deded + !! source digest: sha256:ddd42fedebde78f1cd5b0cab74c7e30a308efa05c79efc2f84c0724cf3f40901 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/jsonifier/static/description/index.html b/jsonifier/static/description/index.html index 4b900ce62..f9f165bf6 100644 --- a/jsonifier/static/description/index.html +++ b/jsonifier/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c2bfb7648f5bdbd7dfc39ce9e3a2169fa7ba35f0d5467e289da141c53a7deded +!! source digest: sha256:ddd42fedebde78f1cd5b0cab74c7e30a308efa05c79efc2f84c0724cf3f40901 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds a ‘jsonify’ method to every model of the ORM. It works diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 457b4a92f..fa5af8b59 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20240117.1" +version = "17.0.20240117.2" dependencies = [ "odoo-addon-base_technical_user>=17.0dev,<17.1dev", "odoo-addon-database_cleanup>=17.0dev,<17.1dev", + "odoo-addon-jsonifier>=17.0dev,<17.1dev", "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev", ] classifiers=[