From e9c7a1f276ede768941697ca4c627d457d4075fc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 12 Nov 2024 17:47:37 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + dbfilter_from_header/README.rst | 2 +- dbfilter_from_header/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4dfcb204f9..e80c7973494 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [base_cron_exclusion](base_cron_exclusion/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously. [base_time_window](base_time_window/) | 18.0.1.0.0 | | Base model to handle time windows [database_cleanup](database_cleanup/) | 18.0.1.0.0 | | Database cleanup +[dbfilter_from_header](dbfilter_from_header/) | 18.0.1.0.0 | | Filter databases with HTTP headers [jsonifier](jsonifier/) | 18.0.1.0.0 | | JSON-ify data for all models [module_change_auto_install](module_change_auto_install/) | 18.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration [onchange_helper](onchange_helper/) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code diff --git a/dbfilter_from_header/README.rst b/dbfilter_from_header/README.rst index c664d1e00ab..da12d2ebb2f 100644 --- a/dbfilter_from_header/README.rst +++ b/dbfilter_from_header/README.rst @@ -7,7 +7,7 @@ dbfilter_from_header !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4267001fede7fa7c4b44dee1b4642d3f1512b6b6e4d29351c08cc6d62350f3fd + !! source digest: sha256:faf9cde7d6888cfc8da370b429f890c5c91038f4541e295c22ae97f63cb7f09f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/dbfilter_from_header/static/description/index.html b/dbfilter_from_header/static/description/index.html index b6455f2c616..a0007e35eb6 100644 --- a/dbfilter_from_header/static/description/index.html +++ b/dbfilter_from_header/static/description/index.html @@ -367,7 +367,7 @@

dbfilter_from_header

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4267001fede7fa7c4b44dee1b4642d3f1512b6b6e4d29351c08cc6d62350f3fd +!! source digest: sha256:faf9cde7d6888cfc8da370b429f890c5c91038f4541e295c22ae97f63cb7f09f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This addon lets you pass a dbfilter as a HTTP header.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index dbef008356f..9353acf1d76 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20241107.0" +version = "18.0.20241112.0" dependencies = [ "odoo-addon-base_cron_exclusion==18.0.*", "odoo-addon-base_time_window==18.0.*", "odoo-addon-database_cleanup==18.0.*", + "odoo-addon-dbfilter_from_header==18.0.*", "odoo-addon-jsonifier==18.0.*", "odoo-addon-module_change_auto_install==18.0.*", "odoo-addon-onchange_helper==18.0.*",