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 : https://stackoverflow.com/questions/44260762/how-to-validate-a-odoo-delivery-order-with-xmlrpc-php
Are you willing to work on this?
I would love to but I’m not a JS developer. I can help and test !