trytond-stock_last_price/view/stock_move_form.xml
Sergio Morillo e5bcd39994 Implement task.
This commit res #1315
2016-07-14 19:02:36 +02:00

9 lines
No EOL
391 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/label[@name='state']" position="before">
<field name="last_prices" colspan="4"
view_ids="stock_last_price.stock_move_price_view_tree,stock_last_price.stock_move_price_view_form"/>
</xpath>
</data>