Hello,
I want to add a HTTP route inside the IOT BOx. I have modifield the driver.py inside the hw_drivers module. I have upgraded the module in my database, restarted IOT box and restarted IOT Box odoo server. However, I dont see any changes inside the cdoe of IOT Box.
Best Regards
Here is the code I am using:
@http.route('/hw_drivers/test', type='json', auth='user', csrf=False, method='POST')
def test(self, **kw):
return "TEST