[IMP]account_followup:adding a menu tip in serch view

bzr revid: mma@tinyerp.com-20110620112756-fmjh4omi1pkp0orv
This commit is contained in:
mayur maheshwari (Open ERP) 2011-06-20 16:57:56 +05:30
parent f729a005fa
commit cd31269299
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@
<field name="res_model">account_followup.followup</field>
<field name="search_view_id" ref="view_account_followup_filter"/>
<field name="view_type">form</field>
<field name="help">Define follow up levels and their related messages and delay. For each step, specify the message and the day of delay. Use the legend to know the using code to adapt the email content to the good context (good name, good date) and you can manage the multi language of messages.</field>
</record>
<menuitem action="action_account_followup_definition_form" id="account_followup_menu"
parent="account.menu_configuration_misc"/>