mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
18 lines
433 B
XML
18 lines
433 B
XML
<?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>
|