[Erp5-report] r22729 - in /erp5/trunk/bt5/erp5_invoicing: PortalTypeTemplateItem/portal_typ...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 29 18:33:35 CEST 2008
Author: jerome
Date: Tue Jul 29 18:33:35 2008
New Revision: 22729
URL: http://svn.erp5.org?rev=22729&view=rev
Log:
add init script for invoice movement types
Modified:
erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml
erp5/trunk/bt5/erp5_invoicing/bt/revision
Modified: erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%2520Cell.xml?rev=22729&r1=22728&r2=22729&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml (original)
+++ erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml Tue Jul 29 18:33:35 2008
@@ -96,7 +96,11 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value> <string>DeliveryCell_init</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_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%2520Line.xml?rev=22729&r1=22728&r2=22729&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml (original)
+++ erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml Tue Jul 29 18:33:35 2008
@@ -96,7 +96,7 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value> <string>DeliveryLine_init</string> </value>
</item>
<item>
<key> <string>permission</string> </key>
Modified: erp5/trunk/bt5/erp5_invoicing/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/revision?rev=22729&r1=22728&r2=22729&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/revision (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/revision Tue Jul 29 18:33:35 2008
@@ -1,1 +1,1 @@
-105
+106
More information about the Erp5-report
mailing list