diff --git a/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process.xml b/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process.xml index 79ef836c119d86ae3e0cbb15d9fef4911f08a619..091df9105520e814381dded143f70af626699113 100644 --- a/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process.xml +++ b/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process.xml @@ -10,6 +10,7 @@ <key> <string>_Access_contents_information_Permission</string> </key> <value> <tuple> + <string>Agent</string> <string>Assignee</string> <string>Assignor</string> <string>Associate</string> @@ -50,6 +51,7 @@ <key> <string>_View_Permission</string> </key> <value> <tuple> + <string>Agent</string> <string>Assignee</string> <string>Assignor</string> <string>Associate</string> diff --git a/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process/deliver.xml b/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process/deliver.xml index 665c18164952b634cd145abc483512a6a7ef65be..cad98f759d8d064db1a828e6320e0eaa98fa8481 100644 --- a/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process/deliver.xml +++ b/bt5/erp5_simulation_test/PathTemplateItem/business_process_module/erp5_default_business_process/deliver.xml @@ -79,7 +79,6 @@ <string>trade_phase/default/delivery</string> <string>predecessor/trade_state/ordered</string> <string>successor/trade_state/delivered</string> - <string>delivery_builder/portal_deliveries/internal_packing_list_builder</string> <string>delivery_builder/portal_deliveries/purchase_packing_list_builder</string> <string>delivery_builder/portal_deliveries/sale_packing_list_builder</string> <string>delivery_builder/portal_deliveries/task_report_builder</string> diff --git a/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/invoice_builder_alarm.xml b/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/invoice_builder_alarm.xml index 9924fde7350b9bd55fd22327e8ab733a0ab3593d..dae6ae119706c92b588a78e6a739621bc2dc7bdf 100644 --- a/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/invoice_builder_alarm.xml +++ b/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/invoice_builder_alarm.xml @@ -8,14 +8,17 @@ <dictionary> <item> <key> <string>active_sense_method_id</string> </key> - <value> <string>Alarm_buildInvoice</string> </value> - </item> - <item> - <key> <string>description</string> </key> <value> <none/> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string>Disabled because broken. It\'s been more than 3 months that it\'s not run because of an "after_method_id" dependency to a failed activity.\n +The strange thing is that we have accumulated ~3000 activities in -1 state, with the consequence that the distribute node uses more than 50% CPU.\n +\n +I enabled this alarm, because this alarm is called by accounting_workflow/scripts/Delivery_localBuild and because it was disabled, activeSense method raised an exception and I could not change workflow state of invoice transactions. So, instead of disabling this alarm, I removed Active Sense Method. It was "Alarm_buildInvoice".(yusei 2015/12/14)</string> </value> + </item> <item> <key> <string>enabled</string> </key> <value> <int>1</int> </value> diff --git a/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/packing_list_builder_alarm.xml b/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/packing_list_builder_alarm.xml index f783e536b6af22295ffdefa8c7e07e0d10921362..c1b11172bf45f150f16e4638f1004ff453ef8338 100644 --- a/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/packing_list_builder_alarm.xml +++ b/bt5/erp5_simulation_test/PathTemplateItem/portal_alarms/packing_list_builder_alarm.xml @@ -12,13 +12,11 @@ </item> <item> <key> <string>description</string> </key> - <value> - <none/> - </value> + <value> <string>Disabled. See Invoice Builder Alarm.</string> </value> </item> <item> <key> <string>enabled</string> </key> - <value> <int>1</int> </value> + <value> <int>0</int> </value> </item> <item> <key> <string>id</string> </key>