[Erp5-report] r18728 - in /erp5/trunk/bt5/erp5_mrp: PortalTypeTemplateItem/portal_types/ bt/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 16 12:01:05 CET 2008
Author: kazuhiko
Date: Wed Jan 16 12:01:04 2008
New Revision: 18728
URL: http://svn.erp5.org?rev=18728&view=rev
Log:
* enable acquire_local_roles on Supply Link, Supply Chain, Supply Node and Supply Chain Module.
Modified:
erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain%20Module.xml
erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain.xml
erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Link.xml
erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Node.xml
erp5/trunk/bt5/erp5_mrp/bt/change_log
erp5/trunk/bt5/erp5_mrp/bt/revision
Modified: erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%2520Chain%2520Module.xml?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain%20Module.xml Wed Jan 16 12:01:04 2008
@@ -59,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/>
@@ -100,6 +104,12 @@
</value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
@@ -111,6 +121,10 @@
</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>
Modified: erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%2520Chain.xml?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain.xml (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Chain.xml Wed Jan 16 12:01:04 2008
@@ -43,6 +43,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/>
@@ -84,6 +88,12 @@
<value> <int>1</int> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
@@ -95,6 +105,10 @@
</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>
Modified: erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Link.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%2520Link.xml?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Link.xml (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Link.xml Wed Jan 16 12:01:04 2008
@@ -43,6 +43,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/>
@@ -77,6 +81,12 @@
<value> <string>addSupplyLink</string> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
@@ -85,6 +95,10 @@
<item>
<key> <string>id</string> </key>
<value> <string>Supply Link</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_mrp/PortalTypeTemplateItem/portal_types/Supply%20Node.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%2520Node.xml?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Node.xml (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Supply%20Node.xml Wed Jan 16 12:01:04 2008
@@ -43,6 +43,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/>
@@ -77,6 +81,12 @@
<value> <string>addSupplyLink</string> </value>
</item>
<item>
+ <key> <string>group_list</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
@@ -85,6 +95,10 @@
<item>
<key> <string>id</string> </key>
<value> <string>Supply Node</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_mrp/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/change_log?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/change_log Wed Jan 16 12:01:04 2008
@@ -1,3 +1,6 @@
+2008-01-16 kazuhiko
+* enable acquire_local_roles on Supply Link, Supply Chain, Supply Node and Supply Chain Module.
+
2007-11-14 kazuhiko
* check if simulation state is draft or not before calling 'calculate' workflow method otherwise causality state can remain calculating.
@@ -48,4 +51,4 @@
2005-07-26 Romain
-First version.
+First version.
Modified: erp5/trunk/bt5/erp5_mrp/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/revision?rev=18728&r1=18727&r2=18728&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/revision (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/revision Wed Jan 16 12:01:04 2008
@@ -1,1 +1,1 @@
-52
+53
More information about the Erp5-report
mailing list