odoo-rest-api
odoo-rest-api copied to clipboard
[ADD] Object list call function
Hey @altanmur I think a good way to implement this would be to allow filter parameter on /object/<string:model>/<string:function>/ route in order to give users a freedom to filter records however they want not just by ids only. For instance someone might want to do something like /object/products.template/unpublish/?filter=[["quantity", "=", 0]]