Commit ac6771db authored by Christophe Dumez's avatar Christophe Dumez

- added provides to propertysheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8359 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2490e9dd
...@@ -209,6 +209,11 @@ class BusinessTemplate: ...@@ -209,6 +209,11 @@ class BusinessTemplate:
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'provides',
'description' : 'a list of template names provided by this template',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_format_version', { 'id' : 'template_format_version',
'description' : 'Business Template format version', 'description' : 'Business Template format version',
'type' : 'int', 'type' : 'int',
......
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