Completion action disabled still trigger event
action "create" disabled emits new()
Hi guys,
What a good idea to be able to deactivate the create in the completion of many2one,
with create="0"
but lets click create. temporarily resolved in the
_completion_action_activated
if(this.attributes.create=="1"){ this.new_(); }