From cbb51167e2bf97353d3750d955fb397ae4a18235 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 7 Feb 2025 12:31:56 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- rpc_helper/README.rst | 2 +- rpc_helper/__manifest__.py | 2 +- rpc_helper/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7b044fdb85..52d7fbae4e8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ addon | version | maintainers | summary [mail_cleanup](mail_cleanup/) | 18.0.1.0.0 | | Mark as read or delete mails after a set time [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 -[rpc_helper](rpc_helper/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls +[rpc_helper](rpc_helper/) | 18.0.1.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls [sentry](sentry/) | 18.0.1.0.1 | [![barsi](https://github.com/barsi.png?size=30px)](https://github.com/barsi) [![naglis](https://github.com/naglis.png?size=30px)](https://github.com/naglis) [![versada](https://github.com/versada.png?size=30px)](https://github.com/versada) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![fernandahf](https://github.com/fernandahf.png?size=30px)](https://github.com/fernandahf) | Report Odoo errors to Sentry [session_db](session_db/) | 18.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Store sessions in DB [test_base_time_window](test_base_time_window/) | 18.0.1.0.0 | | Test Base model to handle time windows diff --git a/rpc_helper/README.rst b/rpc_helper/README.rst index c4903f4aeb7..72f4074a29c 100644 --- a/rpc_helper/README.rst +++ b/rpc_helper/README.rst @@ -7,7 +7,7 @@ Disable RPC !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3f16adf8833c58d64fd85ebe695de4757240613295bd553286ecfc6420f75efe + !! source digest: sha256:a4e80621f60f9df5e0de43002c62f60ebd89bda221a9e5c31ffa35e3cc4dd9f7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/rpc_helper/__manifest__.py b/rpc_helper/__manifest__.py index eed0c691686..cf1324355c5 100644 --- a/rpc_helper/__manifest__.py +++ b/rpc_helper/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Disable RPC", "summary": """Helpers for disabling RPC calls""", - "version": "18.0.1.0.0", + "version": "18.0.1.0.1", "development_status": "Beta", "license": "LGPL-3", "website": "https://github.com/OCA/server-tools", diff --git a/rpc_helper/static/description/index.html b/rpc_helper/static/description/index.html index 8eb408f3956..4a93d38e452 100644 --- a/rpc_helper/static/description/index.html +++ b/rpc_helper/static/description/index.html @@ -367,7 +367,7 @@

Disable RPC

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3f16adf8833c58d64fd85ebe695de4757240613295bd553286ecfc6420f75efe +!! source digest: sha256:a4e80621f60f9df5e0de43002c62f60ebd89bda221a9e5c31ffa35e3cc4dd9f7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Provide helpers to authorize RPC calls.