From 0ef46407dd451907fbdc6e57f67250f306467a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Fri, 30 Aug 2024 09:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86agv=E5=9B=9E=E8=B0=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=8E=88=E6=9D=83=E6=94=B9=E4=B8=BAnone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_manufacturing/controllers/workpiece.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_manufacturing/controllers/workpiece.py b/sf_manufacturing/controllers/workpiece.py index 370c71a0..5d79a1b3 100644 --- a/sf_manufacturing/controllers/workpiece.py +++ b/sf_manufacturing/controllers/workpiece.py @@ -8,7 +8,7 @@ from odoo.http import request class Workpiece(http.Controller): - @http.route('/agvApi/backfeed', type='json', auth='sf_token', methods=['GET', 'POST'], csrf=False, + @http.route('/agvApi/backfeed', type='json', auth='none', methods=['GET', 'POST'], csrf=False, cors="*") def backfeed(self, **kw): """