trytonpsk-purchase_co/view/product_form_simple.xml

10 lines
335 B
XML
Raw Normal View History

2022-05-06 17:46:53 +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>
<xpath expr="/form/field[@name='cost_price']" position="after">
<label name="last_cost"/>
<field name="last_cost"/>
</xpath>
</data>