[ADD] help_contextual_popup

This commit is contained in:
Sylvain CALADOR
2015-06-17 23:25:15 +02:00
committed by David Beal
parent 63e82b0b83
commit 681700adea
8 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_window_action_form" model="ir.ui.view">
<field name="model">ir.actions.act_window</field>
<field name="inherit_id"
ref="base.view_window_action_form"/>
<field name="arch" type="xml">
<field name="help" position="after">
<field name="custom_help"/>
</field>
</field>
</record>
</data>
</openerp>