[Erp5-report] r16588 - in /erp5/trunk/bt5/erp5_trade: PortalTypeTemplateItem/portal_types/ bt/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Sep 25 03:37:07 CEST 2007
Author: yo
Date: Tue Sep 25 03:37:07 2007
New Revision: 16588
URL: http://svn.erp5.org?rev=16588&view=rev
Log:
2007-09-25 yo
* Set module group on portal types.
Modified:
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Supply%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Trade%20Condition%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Supply%20Module.xml
erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition%20Module.xml
erp5/trunk/bt5/erp5_trade/bt/change_log
erp5/trunk/bt5/erp5_trade/bt/revision
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%2520Packing%2520List%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -100,7 +97,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
- <tuple/>
+ <tuple>
+ <string>module</string>
+ </tuple>
</value>
</item>
<item>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -94,6 +91,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%2520Order%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -94,6 +91,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%2520Packing%2520List%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -94,6 +91,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Supply%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%2520Supply%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Supply%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Supply%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -99,6 +96,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Trade%20Condition%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%2520Trade%2520Condition%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Trade%20Condition%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Trade%20Condition%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -95,6 +92,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%2520Sale%2520Packing%2520List%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -100,7 +97,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
- <tuple/>
+ <tuple>
+ <string>module</string>
+ </tuple>
</value>
</item>
<item>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%2520Order%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -62,6 +59,10 @@
</value>
</item>
<item>
+ <key> <string>acquire_local_roles</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ <item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
@@ -94,6 +95,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
@@ -102,6 +111,14 @@
<item>
<key> <string>id</string> </key>
<value> <string>Sale Order Module</string> </value>
+ </item>
+ <item>
+ <key> <string>init_script</string> </key>
+ <value> <string></string> </value>
+ </item>
+ <item>
+ <key> <string>permission</string> </key>
+ <value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%2520Packing%2520List%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -94,6 +91,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Supply%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%2520Supply%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Supply%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Supply%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -99,6 +96,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%2520Trade%2520Condition%2520Module.xml?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition%20Module.xml Tue Sep 25 03:37:07 2007
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.ERP5Type</string>
- <string>ERP5TypeInformation</string>
- </tuple>
- <none/>
+ <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -95,6 +92,14 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple>
+ <string>module</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_trade/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/change_log?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_trade/bt/change_log Tue Sep 25 03:37:07 2007
@@ -1,3 +1,6 @@
+2007-09-25 yo
+* Set module group on portal types.
+
2007-09-21 Yusei
* Add open and closed states to order_workflow.
Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=16588&r1=16587&r2=16588&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Tue Sep 25 03:37:07 2007
@@ -1,1 +1,1 @@
-115
+116
More information about the Erp5-report
mailing list