diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/edit.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/calculate.xml similarity index 89% rename from bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/edit.xml rename to bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/calculate.xml index 2acf968ce6cf0a9e61d1d935a733aa6e01847ba1..e4bcb8c7589ee7ecf6a15d466b68f4a021d4e7d6 100644 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/edit.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/transitions/calculate.xml @@ -3,11 +3,8 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Transitions</string> - <string>TransitionDefinition</string> - </tuple> - <none/> + <global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/> + <tuple/> </tuple> </pickle> <pickle> @@ -46,7 +43,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>edit</string> </value> + <value> <string>calculate</string> </value> </item> <item> <key> <string>new_state_id</string> </key> diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index f22cb535008cd896825c7686918e1e8b34bfd4b7..346c8400ac31d52eb308b1929e9bb2b3b49d4d5c 100644 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,6 @@ +2007-09-09 Kazuhiko +* rename edit to calculate in invoice_causality_workflow. + 2007-08-29 Yusei * Added new view action for module. diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 25493604ef3be68946ec9929d26356c138041335..43f9cb64132d45b9914202fd5b6153004aa5d34a 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -395 \ No newline at end of file +396 \ No newline at end of file