mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
9 lines
335 B
XML
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>
|