trytond-galatea_tutorial/view/tutorial_tree.xml
2015-08-12 23:38:09 +02:00

12 lines
476 B
XML

<?xml version="1.0"?>
<!-- This file is part galatea_tutorial of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Tutorials">
<field name="name"/>
<field name="slug"/>
<field name="tutorial_create_date" widget="date"/>
<field name="user"/>
<field name="visibility"/>
<field name="websites" tree_invisible="1"/>
<field name="active" tree_invisible="1"/>
</tree>