trytonpsk-sale_web_channel/view/product_form_simple.xml

13 lines
447 B
XML

<?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>
<xpath expr="/form/group[@id='description']"
position="after">
<group id="id_reference" colspan="2" col="1" yexpand="1" yfill="1">
<label name="id_reference"/>
<field name="id_reference"/>
</group>
</xpath>
</data>