cashbook_media/view/line_form.xml
Frederik Jaeckel 2933a217e2 media ok + test
2022-10-14 15:29:33 +02:00

24 lines
633 B
XML

<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@name='references']" position="after">
<page name="media" col="4" string="Image/PDF">
<label name="media"/>
<field name="media"/>
<newline/>
<label name="media_name"/>
<field name="media_name"/>
<label name="media_mime"/>
<field name="media_mime"/>
</page>
</xpath>
</data>