This question has been flagged
6614 Views

Please,Can you please help how i do this in Odoo

* if the form is accessed by an external third party (e.g. REST API
  endpoint, payment gateway callback) you will need to disable CSRF
  protection (and implement your own protection if necessary) by
  passing the `csrf=False` parameter to the `route` decorator.
Avatar
Discard