Commit 1d6e525d authored by Romain Courteaud's avatar Romain Courteaud

Add the property template_preference.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c26989f
......@@ -180,6 +180,11 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_preference',
'description' : 'A list of preferences used by this template',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_message_translation',
'description' : 'A list of message translations used by this template',
'type' : 'lines',
......
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