From 00e6ff7e786d129da28d28d1047953a71687238c Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:46:58 +0000 Subject: [PATCH] Tower: upload rpc_helper 16.0.1.0.0 (via marketplace) --- addons/rpc_helper/__manifest__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 addons/rpc_helper/__manifest__.py diff --git a/addons/rpc_helper/__manifest__.py b/addons/rpc_helper/__manifest__.py new file mode 100644 index 0000000..b20a920 --- /dev/null +++ b/addons/rpc_helper/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2022 Camptocamp SA +# @author: Simone Orsi +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +{ + "name": "Disable RPC", + "summary": """Helpers for disabling RPC calls""", + "version": "16.0.1.0.0", + "development_status": "Beta", + "license": "LGPL-3", + "website": "https://github.com/OCA/server-tools", + "author": "Camptocamp, Odoo Community Association (OCA)", + "maintainers": ["simahawk"], + "depends": ["base_sparse_field"], + "data": ["views/ir_model_views.xml"], + "post_load": "post_load_hook", +}