trytonpsk-purchase_discount/view/template_form.xml
Camilo Sarmiento adaf869cf7 migrato to git
2020-04-15 17:51:32 -05:00

10 lines
382 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/notebook/page[@id='general']/label[@name='cost_price_method']" position="before">
<label name="cost_w_tax"/>
<field name="cost_w_tax"/>
</xpath>
</data>