diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/System%20Preference/apparel_preference.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/System%20Preference/apparel_preference.xml new file mode 100644 index 0000000000000000000000000000000000000000..a6a59bef2b7fda79d190011bcf82271e4dfa9bb2 --- /dev/null +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/System%20Preference/apparel_preference.xml @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_view</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>apparel_preference</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>7.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Apparel</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="Expression" module="Products.CMFCore.Expression"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/SystemPreference_viewApparelPreference</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index d1cbcfa54043559204a5b30b0d1b808dfe9cb552..832332893ab752cd7a530a0d45c00fdf2f436453 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -66 \ No newline at end of file +67 \ No newline at end of file diff --git a/bt5/erp5_apparel/bt/template_action_path_list b/bt5/erp5_apparel/bt/template_action_path_list index 4b8cbecab134eb059cd315c258fe8748d2a49431..981f8cdf7d374637b4a47d5b1df10a404ef0ff03 100644 --- a/bt5/erp5_apparel/bt/template_action_path_list +++ b/bt5/erp5_apparel/bt/template_action_path_list @@ -168,4 +168,5 @@ Apparel Transformation | view_transformation_assorted_component Apparel Transformation | view_transformation_component Apparel Transformation | view_transformation_operation Purchase Packing List Cell | apparel_fabric_item_fast_input -Purchase Packing List Line | apparel_fabric_item_fast_input \ No newline at end of file +Purchase Packing List Line | apparel_fabric_item_fast_input +System Preference | apparel_preference \ No newline at end of file