[REF] Small refactoring

bzr revid: rim@openerp.com-20131021145725-k9d2wqphhi6hv9u9
This commit is contained in:
Richard Mathot (OpenERP) 2013-10-21 16:57:25 +02:00
parent ae3d3bd4d4
commit e16f2b8465
3 changed files with 5 additions and 3 deletions

View File

@ -97,7 +97,7 @@
<field name="context">{'search_default_group_by_survey': True}</field>
<field name="help" type="html">
<p>
Nobody have reply to your surveys.
Nobody has replied to your surveys yet.
</p>
</field>
</record>

View File

@ -36,6 +36,6 @@ This module adds a survey mass mailing button inside the more option of lead vie
],
'installable': True,
'auto_install': True,
'category': 'Hidden',
'category': 'Survey',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -13,6 +13,8 @@
context="{
'default_use_template': True,
'default_template_id': ref('survey.email_template_survey'),
}"/>
}"
category="surveys"/>
</data>
</openerp>