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

11 lines
442 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" widget="date"/>
<field name="comment_create_date" widget="time" string="Time"/>
<field name="tutorial"/>
<field name="active" tree_invisible="1"/>
</tree>