@@ -76,6 +76,9 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('FICHINTER_CLASSIFY_UNBILLED','Intervention set unbilled','Executed when a intervention is set to unbilled (when option FICHINTER_CLASSIFY_BILLED is set)','ficheinter',19);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('FICHINTER_REOPEN','Intervention opened','Executed when a intervention is re-opened','ficheinter',19);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',19);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_CREATE','Product or service created','Executed when a product or sevice is created','product',30);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_MODIFY','Product or service modified','Executed when a product or sevice is modified','product',30);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_DELETE','Product or service deleted','Executed when a product or sevice is deleted','product',30);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PROJECT_CREATE','Project creation','Executed when a project is created','project',140);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PROJECT_MODIFY','Project modified','Executed when a project is modified','project',141);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PROJECT_DELETE','Project deleted','Executed when a project is deleted','project',142);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_CREATE','Product or service created','Executed when a product or sevice is created','product',30);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_MODIFY','Product or service modified','Executed when a product or sevice is modified','product',30);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('PRODUCT_DELETE','Product or service deleted','Executed when a product or sevice is deleted','product',30);