Files
tradon/ir/view/model_log_form.xml
2026-07-25 09:13:12 +02:00

23 lines
690 B
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="user"/>
<field name="user"/>
<label name="create_date" string="at"/>
<field name="create_date"/>
<label name="resource"/>
<field name="resource"/>
<group id="event_action" col="-1" colspan="2">
<field name="event"/>
<field name="action"/>
</group>
<label name="change_summary"/>
<field name="change_summary"/>
<label name="old_values"/>
<field name="old_values"/>
<label name="new_values"/>
<field name="new_values"/>
</form>