media ok + test

This commit is contained in:
Frederik Jaeckel 2022-10-14 15:29:33 +02:00
parent 0100653643
commit 2933a217e2
13 changed files with 565 additions and 33 deletions

24
view/line_form.xml Normal file
View file

@ -0,0 +1,24 @@
<?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>