From 0e753b1c85a7aa3e5db33c39333baa119c5e1b12 Mon Sep 17 00:00:00 2001 From: guanhuan Date: Wed, 11 Jun 2025 08:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_demand_plan/controllers/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_demand_plan/controllers/controllers.py b/sf_demand_plan/controllers/controllers.py index b4401a89..5db1ebe6 100644 --- a/sf_demand_plan/controllers/controllers.py +++ b/sf_demand_plan/controllers/controllers.py @@ -6,7 +6,7 @@ from odoo.http import request from odoo.addons.sf_base.controllers.controllers import MultiInheritController -class Sf_Plan_Mrs_Connect(http.Controller, MultiInheritController): +class SfPlanMrsConnect(http.Controller, MultiInheritController): @http.route('/api/demand_plan/update_processing_time', type='json', auth='sf_token', methods=['GET', 'POST'], csrf=False,