mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
9 lines
360 B
XML
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>
|