trytond-galatea_tutorial/view/tutorial_tree.xml

13 lines
462 B
XML
Raw Normal View History

2014-12-15 10:29:32 +01:00
<?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"/>
2015-01-14 12:42:36 +01:00
<field name="tutorial_create_date"/>
2014-12-15 15:04:02 +01:00
<field name="user"/>
2015-01-10 21:42:25 +01:00
<field name="visibility"/>
2014-12-15 10:29:32 +01:00
<field name="websites" tree_invisible="1"/>
<field name="active" tree_invisible="1"/>
</tree>