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

<odoo>
<record id="view_helpdesk_categories_tree" model="ir.ui.view">
<field name="name">categories.tree</field>
<field name="model">helpdesk.categories</field>
<field name="arch" type="xml">
<tree string="Categories" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
</tree>
</field>
</record>
</odoo>