From b020f6c361c17b98985b75f18e81fcdad5f71f86 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 9 Mar 2010 04:41:53 +0000 Subject: [PATCH] add delivery_mode in expandable_property of root simulation rules. since r33139, we no longer acquire from 'delivery' for many categories, and we no longer use 'order' category for root simulation rules, builders cannot copy value for properties that we don't copy into simulation movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33508 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_rules/default_delivery_root_simulation_rule.xml | 1 + .../portal_rules/default_order_root_simulation_rule.xml | 1 + bt5/erp5_trade/bt/revision | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_delivery_root_simulation_rule.xml b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_delivery_root_simulation_rule.xml index 548d7c28c0..c514d8c994 100644 --- a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_delivery_root_simulation_rule.xml +++ b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_delivery_root_simulation_rule.xml @@ -74,6 +74,7 @@ <string>aggregate_list</string> <string>base_application_list</string> <string>base_contribution_list</string> + <string>delivery_mode</string> <string>description</string> <string>destination</string> <string>destination_account</string> diff --git a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_root_simulation_rule.xml b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_root_simulation_rule.xml index a0584e3ff0..076446d7c2 100644 --- a/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_root_simulation_rule.xml +++ b/bt5/erp5_trade/PathTemplateItem/portal_rules/default_order_root_simulation_rule.xml @@ -95,6 +95,7 @@ <tuple> <string>aggregate_list</string> <string>base_contribution_list</string> + <string>delivery_mode</string> <string>description</string> <string>destination</string> <string>destination_account</string> diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index e2a83a8ce3..c5befbc75d 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -855 \ No newline at end of file +856 \ No newline at end of file -- 2.30.9