[IMP]Create symbol on customized views.

bzr revid: pza@tinyerp.com-20131106092705-ylu7f6g1qlkfst8z
This commit is contained in:
Pooja Zankhariya (OpenERP) 2013-11-06 14:27:05 +05:00
parent 8948f7e34a
commit 0913c862ee
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<field name="name">Customized Views</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">ir.ui.view.custom</field>
<field name="help">Customized views are used when users reorganize the content of their dashboard views (via web client)</field>
<field name="help" type="html"><p class="oe_view_nocontent_create">Click here to create a customized view</p><p>Customized views are used when users reorganize the content of their dashboard views (via web client)</p></field>
</record>
<menuitem id="menu_action_ui_view_custom" action="action_ui_view_custom" parent="base.next_id_2" sequence="3"/>