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