Commit b376f29a authored by Rafael Monnerat's avatar Rafael Monnerat

Allow Embeeded File instead Spreadsheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fc0625c
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<item>Business Configuration</item> <item>Business Configuration</item>
</portal_type> </portal_type>
<portal_type id="Categories Spreadsheet Configurator Item"> <portal_type id="Categories Spreadsheet Configurator Item">
<item>Embedded File</item>
<item>File</item> <item>File</item>
<item>Spreadsheet</item>
</portal_type> </portal_type>
<portal_type id="Configuration Save"> <portal_type id="Configuration Save">
<item>Account Configurator Item</item> <item>Account Configurator Item</item>
...@@ -46,6 +46,6 @@ ...@@ -46,6 +46,6 @@
<item>Telephone</item> <item>Telephone</item>
</portal_type> </portal_type>
<portal_type id="Portal Type Roles Spreadsheet Configurator Item"> <portal_type id="Portal Type Roles Spreadsheet Configurator Item">
<item>Spreadsheet</item> <item>Embedded File</item>
</portal_type> </portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> <global name="Base Type" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -79,6 +79,12 @@ ...@@ -79,6 +79,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>CategoriesSpreadsheetConfiguratorItem</string> </value> <value> <string>CategoriesSpreadsheetConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>type_mixin</string> </key> <key> <string>type_mixin</string> </key>
<value> <value>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> <global name="Base Type" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -43,16 +43,36 @@ ...@@ -43,16 +43,36 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>type_class</string> </key>
<value> <string>PortalTypeRolesSpreadsheetConfiguratorItem</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
493 494
\ No newline at end of file \ No newline at end of file
...@@ -2,8 +2,8 @@ Business Configuration Module | Business Configuration ...@@ -2,8 +2,8 @@ Business Configuration Module | Business Configuration
Business Configuration | Configuration Save Business Configuration | Configuration Save
Business Configuration | File Business Configuration | File
Business Configuration | Link Business Configuration | Link
Categories Spreadsheet Configurator Item | Embedded File
Categories Spreadsheet Configurator Item | File Categories Spreadsheet Configurator Item | File
Categories Spreadsheet Configurator Item | Spreadsheet
Configuration Save | Account Configurator Item Configuration Save | Account Configurator Item
Configuration Save | Accounting Period Configurator Item Configuration Save | Accounting Period Configurator Item
Configuration Save | Catalog Keyword Key Configurator Item Configuration Save | Catalog Keyword Key Configurator Item
...@@ -32,4 +32,4 @@ Person Configurator Item | Address ...@@ -32,4 +32,4 @@ Person Configurator Item | Address
Person Configurator Item | Career Person Configurator Item | Career
Person Configurator Item | Email Person Configurator Item | Email
Person Configurator Item | Telephone Person Configurator Item | Telephone
Portal Type Roles Spreadsheet Configurator Item | Spreadsheet Portal Type Roles Spreadsheet Configurator Item | Embedded File
\ No newline at end of file \ No newline at end of file
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