Commit cbaf23f0 authored by Fabien Morin's avatar Fabien Morin

forget some license -> licence

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37083 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0635694a
...@@ -33,7 +33,9 @@ ...@@ -33,7 +33,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>icon</string> </key> <key> <string>icon</string> </key>
...@@ -81,7 +83,7 @@ ...@@ -81,7 +83,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/SoftwareLicenseModule_viewSoftwareLicenseList</string> </value> <value> <string>string:${object_url}/SoftwareLicenceModule_viewSoftwareLicenceList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -32,12 +32,12 @@ from Products.ERP5Type import Permissions, PropertySheet ...@@ -32,12 +32,12 @@ from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.Item import Item from Products.ERP5.Document.Item import Item
from Products.ERP5.Document.TextDocument import TextDocument from Products.ERP5.Document.TextDocument import TextDocument
class SoftwareLicense(Item, TextDocument): class SoftwareLicence(Item, TextDocument):
""" """
""" """
meta_type = 'ERP5 Software License' meta_type = 'ERP5 Software Licence'
portal_type = 'Software License' portal_type = 'Software Licence'
add_permission = Permissions.AddPortalContent add_permission = Permissions.AddPortalContent
# Declarative security # Declarative security
......
61 62
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment