[Erp5-report] r37083 fabien - in /erp5/trunk/bt5/erp5_software_pdm: ActionTemplateItem/port...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 13 15:20:16 CEST 2010
Author: fabien
Date: Tue Jul 13 15:20:04 2010
New Revision: 37083
URL: http://svn.erp5.org?rev=37083&view=rev
Log:
forget some license -> licence
Modified:
erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml
erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py
erp5/trunk/bt5/erp5_software_pdm/bt/revision
Modified: erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%2520Licence%2520Module/view.xml?rev=37083&r1=37082&r2=37083&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml [utf8] Tue Jul 13 15:20:04 2010
@@ -33,7 +33,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>icon</string> </key>
@@ -81,7 +83,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
- <value> <string>string:${object_url}/SoftwareLicenseModule_viewSoftwareLicenseList</string> </value>
+ <value> <string>string:${object_url}/SoftwareLicenceModule_viewSoftwareLicenceList</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py?rev=37083&r1=37082&r2=37083&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py [utf8] Tue Jul 13 15:20:04 2010
@@ -32,12 +32,12 @@ from Products.ERP5Type import Permission
from Products.ERP5.Document.Item import Item
from Products.ERP5.Document.TextDocument import TextDocument
-class SoftwareLicense(Item, TextDocument):
+class SoftwareLicence(Item, TextDocument):
"""
"""
- meta_type = 'ERP5 Software License'
- portal_type = 'Software License'
+ meta_type = 'ERP5 Software Licence'
+ portal_type = 'Software Licence'
add_permission = Permissions.AddPortalContent
# Declarative security
Modified: erp5/trunk/bt5/erp5_software_pdm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/bt/revision?rev=37083&r1=37082&r2=37083&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] Tue Jul 13 15:20:04 2010
@@ -1 +1 @@
-61
\ No newline at end of file
+62
\ No newline at end of file
More information about the Erp5-report
mailing list