I have a button which returns an action (tree, form view) of the Sales Orders and I want to disable the create button in the Sales Order view.
I know, I can create a new view(s) with create=false and pass the view in the action, but I don't want to do that.
Is there any other simple option for that in v13E?