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
485 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Risk Response Tree View-->
<record id="risk_response_view_tree" model="ir.ui.view">
<field name="name">risk.response.view.tree</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>