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