Commit f5cd3ff4 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add template_product_id, version and change_log. Remove template_permission because it has no use.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c5597fdf
......@@ -52,48 +52,53 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_product_id',
'description' : 'A list of ids of products used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_document_id',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of documents used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_property_sheet_id',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of property sheets used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_role',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of roles used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_catalog_method_id',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of catalog methods used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_catalog_result_key',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of catalog result keys used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_catalog_result_table',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of catalog result tables used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_site_property_id',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of site properties used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_base_category',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of base categories used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_action_path',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of ids of actions used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
......@@ -102,11 +107,6 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_permission',
'description' : 'A list of ids of roles used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_path',
'description' : 'A list of ids of skins used by this module',
'type' : 'lines',
......@@ -116,6 +116,16 @@ class BusinessTemplate:
'description' : 'A url on a webdav server which contains the business template source',
'type' : 'string',
'mode' : 'w', },
{ 'id' : 'version',
'description' : 'A version number',
'type' : 'string',
'mode' : 'w',
'default' : '' },
{ 'id' : 'change_log',
'description' : 'A change log',
'type' : 'text',
'mode' : 'w',
'default' : '' },
)
_categories = ( )
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