trytonpsk-stock_co/view/move_form.xml

21 lines
624 B
XML
Raw Permalink Normal View History

2021-08-26 20:16:55 +02:00
<?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>
2022-02-21 18:27:26 +01:00
<xpath
expr="/form/label[@name='origin']" position="before">
<newline/>
</xpath>
2021-08-26 20:16:55 +02:00
<xpath
expr="/form/field[@name='origin']" position="after">
<newline/>
<label name="description"/>
<field name="description" colspan="3"/>
<label name="current_stock"/>
<field name="current_stock"/>
2022-02-21 18:27:26 +01:00
<label name="reference"/>
<field name="reference"/>
2021-08-26 20:16:55 +02:00
</xpath>
</data>