diff --git a/bt5/erp5_immobilisation/WorkflowTemplateItem/portal_workflow/immobilisation_movement_interaction_workflow/interactions/Immobilisation_edit.xml b/bt5/erp5_immobilisation/WorkflowTemplateItem/portal_workflow/immobilisation_movement_interaction_workflow/interactions/Immobilisation_edit.xml index c719805252a11449bfcbcae506c310024d39952e..b43612e328f371b5eb527b896b17effe84379bcd 100644 --- a/bt5/erp5_immobilisation/WorkflowTemplateItem/portal_workflow/immobilisation_movement_interaction_workflow/interactions/Immobilisation_edit.xml +++ b/bt5/erp5_immobilisation/WorkflowTemplateItem/portal_workflow/immobilisation_movement_interaction_workflow/interactions/Immobilisation_edit.xml @@ -58,6 +58,10 @@ <value> <list> <string>_set.*</string> + <string>confirm</string> + <string>start</string> + <string>stop</string> + <string>deliver</string> </list> </value> </item> @@ -77,6 +81,10 @@ <tuple/> </value> </item> + <item> + <key> <string>temporary_document_disallowed</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string></string> </value> diff --git a/bt5/erp5_immobilisation/bt/change_log b/bt5/erp5_immobilisation/bt/change_log index 8ab17750ed80d1c6b13547cdb86e45d13c21ebf5..a27783e7d31b66992a8168bdec46878b764af5d1 100644 --- a/bt5/erp5_immobilisation/bt/change_log +++ b/bt5/erp5_immobilisation/bt/change_log @@ -1,3 +1,6 @@ +2011-11-14 tatuya +* Add the trigger to call Immobilisation_edit when the workflow state is changed. Because it is possible changing state without properties editing. + 2011-04-04 Kazuhiko * configure searchable text property ids for Amortisation Transaction. diff --git a/bt5/erp5_immobilisation/bt/revision b/bt5/erp5_immobilisation/bt/revision index a6b4ce84014c146e09687bcb2615f45705efc402..12e255591973bdba2df68092427a8e1f954f18dc 100644 --- a/bt5/erp5_immobilisation/bt/revision +++ b/bt5/erp5_immobilisation/bt/revision @@ -1 +1 @@ -176 \ No newline at end of file +177 \ No newline at end of file