This commit is contained in:
2026-04-21 19:01:35 +02:00
parent 2ea2165653
commit 22ad8547e4
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='name']" position="before">
<field name="created_at"/>
</xpath>
<xpath expr="/tree/field[@name='result']" position="after">
<field name="result_notes" expand="2"/>
</xpath>