You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
600 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data>
<record model="ir.ui.view" id="view_hash_module">
<field name="name">ir.module.module.form.hashview</field>
<field name="model">ir.module.module</field>
<field name="inherit_id" ref="base.module_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='installed_version']" position="after">
<field name="hash" attrs="{'invisible':[('hash', '=', False)]}"/>
</xpath>
</field>
</record>
</data>
</odoo>