[Erp5-report] r30736 - in /erp5/trunk/bt5/erp5_apparel: PortalTypeTemplateItem/portal_types...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 18 15:54:13 CET 2009
Author: fabien
Date: Wed Nov 18 15:54:12 2009
New Revision: 30736
URL: http://svn.erp5.org?rev=30736&view=rev
Log:
update bt format and add "module" group to all module portal_types
Modified:
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Assortment%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Cloth%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Colour%20Range%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Component%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Consumption%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Item%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Measurement%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Shape%20Module.xml
erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Size%20Module.xml
erp5/trunk/bt5/erp5_apparel/bt/revision
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Assortment%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Assortment%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Assortment%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Assortment%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -29,6 +29,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
@@ -38,7 +42,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -50,12 +54,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Assortment Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Bath%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -30,7 +30,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
- <value> <int>1</int> </value>
+ <value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_action_list</string> </key>
@@ -48,7 +48,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -66,7 +66,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
- <tuple/>
+ <tuple>
+ <string>module</string>
+ </tuple>
</value>
</item>
<item>
@@ -75,7 +77,15 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Cloth%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Cloth%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Cloth%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Cloth%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -29,6 +29,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
@@ -49,12 +53,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Cloth Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Colour%20Range%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Colour%2520Range%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Colour%20Range%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Colour%20Range%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -29,6 +29,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
@@ -38,7 +42,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -50,12 +54,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Colour Range Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Component%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Component%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Component%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Component%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -29,6 +29,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
@@ -38,7 +42,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -50,12 +54,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Component Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Consumption%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Consumption%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Consumption%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Consumption%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -29,6 +29,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
@@ -38,7 +42,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -50,12 +54,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Consumption Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Item%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Fabric%2520Item%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Item%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Item%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
+ <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value>
</item>
<item>
@@ -60,12 +60,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Fabric Item Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Fabric%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Fabric%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -49,12 +49,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Fabric Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Measurement%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Measurement%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Measurement%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Measurement%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -49,12 +49,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Measurement Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Model%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -49,12 +49,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Model Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Shape%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Shape%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Shape%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Shape%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -49,12 +49,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Shape Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Size%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Size%2520Module.xml?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Size%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Size%20Module.xml [utf8] Wed Nov 18 15:54:12 2009
@@ -49,12 +49,28 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>Apparel Size Module</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_apparel/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/revision?rev=30736&r1=30735&r2=30736&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] Wed Nov 18 15:54:12 2009
@@ -1,1 +1,1 @@
-148
+149
More information about the Erp5-report
mailing list