yezyilomo / odoo-rest-api

Module which expose Odoo as a REST API
MIT License
203 stars 163 forks source link

About Call an Odoo action from API REST #23

Closed joseluisbossio closed 4 years ago

joseluisbossio commented 4 years ago

Hi, do you know if I could call an ODOO action from odoo-rest-api?

For example:

https:///web?#menu_id=181&action=277

Thanks! JL

yezyilomo commented 4 years ago

You can only call model methods, so if your action is associated with the model you can do that other than that no.

yezyilomo commented 4 years ago

Am closing this as there is no plan to support this for now.