Commit 31bea220 authored by Rafael Monnerat's avatar Rafael Monnerat

Rename Property sheet and include new Property.

This changes aims to create a single (and generic) property sheet for all configuration items.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45013 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27ecf0fd
......@@ -24,13 +24,19 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ConfiguratorItemSpreadsheet</string> </value>
<value> <string>ConfiguratorItem</string> </value>
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>1</string> </value>
<value> <string>2</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Standard Property" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/lines</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Configuration Values provided over a list.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>configuration_list_property</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
19
\ No newline at end of file
20
\ No newline at end of file
......@@ -54,7 +54,7 @@ Codification
Comment
Computer
Configurable
ConfiguratorItemSpreadsheet
ConfiguratorItem
Container
ContentExistenceConstraint
ContributionPredicate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment