25 lines
633 B
XML
25 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>
|