Add date + result_notes in document_incoming

This commit is contained in:
2026-04-21 18:40:51 +02:00
parent cfb719a7da
commit b1680cc96c
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?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. -->
<data>
<xpath expr="/tree/field[@name='result']" position="after">
<field name="result_notes" expand="2"/>
</xpath>
</data>