Guys,
I have a REST API and for example, let's image this is my endpoint:
www.nabvigator360.com/api/order/create
This is a POSt request to add a new order. I need to create a form (view) in Odoo and connect with this endpoint.
Can we do this in Odoo? (community edition or enterprise edition)
And also I need to create another view and display all the added orders in Odoo.
(My endpoints use my database)
Thank you in advance.