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.
 
 
 
 
 

13 lines
498 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Tree View-->
<record id="medical_questions_view_tree" model="ir.ui.view">
<field name="name">medical.questions.view.tree</field>
<field name="model">medical.questions</field>
<field name="arch" type="xml">
<tree string="Medical Questions" editable="bottom">
<field name="question" required="True"/>
</tree>
</field>
</record>
</odoo>