trytond-galatea_tutorial/view/comment_tree.xml
2014-12-15 10:29:32 +01:00

9 lines
360 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="Comments">
<field name="user"/>
<field name="comment_create_date"/>
<field name="tutorial"/>
<field name="active" tree_invisible="1"/>
</tree>