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 @@
</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>
......
......@@ -32,12 +32,12 @@ from Products.ERP5Type import Permissions, PropertySheet
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
......
61
\ No newline at end of file
62
\ 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