From 4328e36a5c3e2024c934e2eff2557bf3d02ae58a Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 19 Sep 2012 17:39:10 +0200 Subject: [PATCH] Use capacity_scope category in Computer property sheet Conflicts: product/ERP5/bootstrap/erp5_property_sheets/bt/revision --- .../Computer/capacity_scope_category.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Computer/capacity_scope_category.xml diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Computer/capacity_scope_category.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Computer/capacity_scope_category.xml new file mode 100644 index 0000000000..efc3338c46 --- /dev/null +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Computer/capacity_scope_category.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Category Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>capacity_scope_category</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> -- 2.30.9