trytonpsk-purchase_co/view/product_form_simple.xml
2022-05-06 10:46:53 -05:00

9 lines
335 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/field[@name='cost_price']" position="after">
<label name="last_cost"/>
<field name="last_cost"/>
</xpath>
</data>