trytond-galatea_tutorial/view/comment_form.xml

16 lines
572 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. -->
<form string="Comment">
<label name="user"/>
<field name="user"/>
<label name="comment_create_date"/>
<field name="comment_create_date"/>
<label name="active"/>
<field name="active"/>
<label name="tutorial"/>
<field name="tutorial"/>
<separator string="Description" id="description" colspan="4"/>
<field name="description" colspan="4"/>
</form>