Sergi Almacellas Abellana pushed to branch branch/default at Tryton / Tryton


Commits:
fd357122 by Sergi Almacellas Abellana at 2023-07-13T14:27:27+02:00
Insert customer product before product links

Closes #12396
- - - - -


1 changed file:

- modules/sale_product_customer/view/template_form.xml


Changes:

=====================================
modules/sale_product_customer/view/template_form.xml
=====================================
@@ -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/notebook/page[@id='customers']" position="inside">
+    <xpath 
expr="/form/notebook/page[@id='customers']/group[@id='customers_links']" 
position="before">
         <field name="product_customers" colspan="4" 
view_ids="sale_product_customer.product_customer_view_tree_sequence"/>
     </xpath>
 </data>



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/fd357122c74cbea6eb0e0fd6773638f1fe266e00

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/fd357122c74cbea6eb0e0fd6773638f1fe266e00
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to