[IMP] Improved tips on menu

bzr revid: vir@tinyerp.com-20101016082741-hjldbrzfam6cqt48
This commit is contained in:
Vir (Open ERP) 2010-10-16 13:57:41 +05:30
parent eb38ea17a7
commit 64c877d86e
2 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@
<field name="res_model">res.partner.canal</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help">Track from where is coming your leads and opportunities by creating specific channels that will be maintained at the creation of a document in the system. Some examples of channels can be: Website, Phone Call, Reseller, etc.</field>
</record>
<!-- <menuitem id="menu_partner_events" name="Events" parent="menu_config_address_book" sequence="7"/>-->
<menuitem id="base.menu_crm_config_lead" name="Leads &amp; Opportunities"
@ -64,4 +65,4 @@
</field>
</record>
</data>
</openerp>
</openerp>

View File

@ -576,7 +576,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.partner.category</field>
<field name="view_type">form</field>
<field name="help">Manage the partner categories in order to better classify them for tracking and analysis purposes. A partner may belong to several categories and categories have a hierarchy structure: a partner belonging to a category also belong to his parent category.</field>
<field name="help">Manage the partner categories in order to better classify them for tracking and analysis purposes. A partner may belong to several categories and categories have a hierarchy structure: a partner belonging to a category also belong to his parent category.</field>
</record>
<menuitem action="action_partner_category_form" id="menu_partner_category_form" name="Partner Categories" sequence="4" parent="menu_config_address_book"/>