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.
 
 
 
 
 

14 lines
441 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="view_risk_response_tree" model="ir.ui.view">
<field name="name">risk.response.form</field>
<field name="model">risk.response</field>
<field name="arch" type="xml">
<tree string="Risk Response" editable="top">
<field name="name"/>
<field name="code"/>
</tree>
</field>
</record>
</odoo>