Execute actions on an odoo model

The idea is:

Extend the (great) odoo node by add the capability to execute actions on a model.

My use case:

When a reparation is done, I want to automatically generate the repaired item transfer to my eshop warehouse.
The current odoo node only supports CRUD, but not executing actions.
Exemple : action_validate on module repair.order to validate a reparation order.

I think it would be beneficial to add this because:

It allows users to fully interact with Odoo and not only create/update/delete data but also trigger actions.

Any resources to support this?

An explaination here : xml rpc - How to validate a Odoo delivery order with XMLRPC PHP? - Stack Overflow

Are you willing to work on this?

I would love to but I’m not a JS developer. I can help and test !

Hey @wawax
I’ve made a PR pending merge for this: