changeset 37bfc916d023 in modules/product_cost_warehouse:default
details: 
https://hg.tryton.org/modules/product_cost_warehouse?cmd=changeset&node=37bfc916d023
description:
        Position cost price warehouse next to default cost price method
diffstat:

 view/configuration_form.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b57d44352707 -r 37bfc916d023 view/configuration_form.xml
--- a/view/configuration_form.xml       Sat Nov 20 00:06:20 2021 +0100
+++ b/view/configuration_form.xml       Tue Nov 30 11:01:02 2021 +0100
@@ -2,7 +2,7 @@
 <!-- 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" position="inside">
+    <xpath expr="//field[@name='default_cost_price_method']" position="after">
         <label name="cost_price_warehouse"/>
         <field name="cost_price_warehouse"/>
     </xpath>

Reply via email to