Method: Ooor::Base.rpc_exec_workflow

Defined in:
lib/ooor/base.rb

.rpc_exec_workflow(action, *args) ⇒ Object



41
42
43
# File 'lib/ooor/base.rb', line 41

def rpc_exec_workflow(action, *args)
  object_service(:exec_workflow, openerp_model, action, *args)
end