trytond-production_drawing/view/drawing_position_form.xml

11 lines
282 B
XML
Raw Normal View History

2017-08-25 11:45:25 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2018-02-02 15:08:08 +01:00
<form>
2017-08-25 11:45:25 +02:00
<label name="drawing"/>
<field name="drawing"/>
<newline/>
<label name="name"/>
<field name="name"/>
</form>