Commit ea1bad7f authored by Jérome Perrin's avatar Jérome Perrin

Add a comment field on business template view. Too often description and

comment were mixed. Description is used for repository install, and it was
confusing when choosing business template from repository



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a509cb7
......@@ -3748,6 +3748,7 @@ class BusinessTemplate(XMLObject):
, PropertySheet.CategoryCore
, PropertySheet.Version
, PropertySheet.BusinessTemplate
, PropertySheet.Comment
)
# Factory Type Information
......
......@@ -116,6 +116,7 @@
<string>my_translated_building_state_title</string>
<string>my_translated_installation_state_title</string>
<string>my_description</string>
<string>my_comment</string>
<string>my_maintainer_list</string>
</list>
</value>
......
NOTE: You must not include the portal type Business Template or the workflows for Business Template due to bootstrap problems. Look at ERP5Site.py in the Product ERP5 for more details.
NOTE 2: Everything which is not required for installing more business templates should not be put in erp5_core.
\ No newline at end of file
ERP5 Core is the basic template for ERP5.
NOTE: You must not include the portal type Business Template or the workflows for Business Template due to bootstrap problems. Look at ERP5Site.py in the Product ERP5 for more details.
NOTE 2: Everything which is not required for installing more business templates should not be put in erp5_core.
\ No newline at end of file
ERP5 Core is the basic template for ERP5.
\ No newline at end of file
359
\ No newline at end of file
361
\ 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