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.
 
 
 
 
 

20 lines
673 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- checklist item form view-->
<record id="checklist_item_view_form" model="ir.ui.view">
<field name="name">checklist.item.view.form</field>
<field name="model">checklist.item</field>
<field name="arch" type="xml">
<form string="Checklist Item">
<sheet>
<group>
<group>
<field name="name"/>
<field name="description"/>
</group>
</group>
</sheet>
</form>
</field>
</record>
</odoo>