-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase_view.xml
More file actions
16 lines (16 loc) · 851 Bytes
/
base_view.xml
File metadata and controls
16 lines (16 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record id="view_upgrade_kanban_form" model="ir.ui.view">
<field name="model">ir.module.module</field>
<field name="inherit_id" ref="base.module_view_kanban"/>
<field name="arch" type="xml">
<xpath expr="//button[@t-if='installed']" position="after">
<button name="button_immediate_upgrade" states="installed" type="object" class="oe_highlight">Upgrade</button>
</xpath>
</field>
</record>
<menuitem id="base.menu_module_tree" parent="base.menu_management" name="Installed Modules" sequence="10" action="base.open_module_tree" />
<menuitem id="base.module_mi" parent="base.menu_management" sequence="100" action="base.modules_act_cl"/>
</data>
</openerp>