[Erp5-report] r16587 - in /erp5/trunk/bt5/erp5_accounting: PortalTypeTemplateItem/portal_ty...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Sep 25 03:30:12 CEST 2007
Author: yo
Date: Tue Sep 25 03:30:12 2007
New Revision: 16587
URL: http://svn.erp5.org?rev=16587&view=rev
Log:
2007-09-25 yo
* Set module group on portal types.
Modified:
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml
erp5/trunk/bt5/erp5_accounting/bt/change_log
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%2520Module.xml?rev=16587&r1=16586&r2=16587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml Tue Sep 25 03:30:12 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_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%2520Transaction%2520Module.xml?rev=16587&r1=16586&r2=16587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml Tue Sep 25 03:30:12 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_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=16587&r1=16586&r2=16587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log Tue Sep 25 03:30:12 2007
@@ -1,3 +1,6 @@
+2007-09-25 yo
+* Set module group on portal types.
+
2007-09-09 Kazuhiko
* rename edit to calculate in invoice_causality_workflow.
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=16587&r1=16586&r2=16587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Tue Sep 25 03:30:12 2007
@@ -1,1 +1,1 @@
-420
+421
More information about the Erp5-report
mailing list