trytond-galatea_tutorial/view/tutorial_tree.xml
2015-01-14 12:42:36 +01:00

12 lines
462 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"/>
<field name="user"/>
<field name="visibility"/>
<field name="websites" tree_invisible="1"/>
<field name="active" tree_invisible="1"/>
</tree>