Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
753 Visninger

i want to add multible URLS to the Odoo "cors" Prop of an Web Controller

https://www.odoo.com/documentation/17.0/developer/reference/backend/http.html


@http.route('/my/endpoint', methods=['POST'], type='http', auth='public', csrf=False,  cors='url1,url2,url3')

hwo does this work

Avatar
Kassér