[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="context">{'search_default_group_by_survey': True}</field>
<field name="help" type="html"> <field name="help" type="html">
<p> <p>
Nobody have reply to your surveys. Nobody has replied to your surveys yet.
</p> </p>
</field> </field>
</record> </record>

View File

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

View File

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