diff --git a/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml b/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml index e83a2a68ad61197a56042835fccf4f666eee4012..e7ddc66502195f229d46de689bdb2036f045b22a 100644 --- a/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml +++ b/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20Licence%20Module/view.xml @@ -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> diff --git a/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py b/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py index 9e90cfe434421cf859062334460e6899b7922426..c85bffd9afe1031a59504877a183655d1f9e6e29 100644 --- a/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py +++ b/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicence.py @@ -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 diff --git a/bt5/erp5_software_pdm/bt/revision b/bt5/erp5_software_pdm/bt/revision index eebd1d10b6ec9917baf4df7f2e3de79e031a9af7..b2412e34dff05e77952f3f930772631cac5a3be7 100644 --- a/bt5/erp5_software_pdm/bt/revision +++ b/bt5/erp5_software_pdm/bt/revision @@ -1 +1 @@ -61 \ No newline at end of file +62 \ No newline at end of file