Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
1ce6515a by Cédric Krier at 2023-01-21T20:22:59+01:00
Put sequence on top right of the form for product supplier price
- - - - -
e49c31a6 by Cédric Krier at 2023-01-21T20:23:51+01:00
Make product supplier price list editable
Closes #3618
- - - - -
2 changed files:
- modules/purchase/view/product_supplier_price_form.xml
- modules/purchase/view/product_supplier_price_list_sequence.xml
Changes:
=====================================
modules/purchase/view/product_supplier_price_form.xml
=====================================
@@ -3,6 +3,6 @@
this repository contains the full copyright notices and license terms. -->
<form>
<label name="product_supplier"/>
- <field name="product_supplier" colspan="3"/>
+ <field name="product_supplier"/>
<label name="sequence"/>
<field name="sequence"/>
@@ -7,4 +7,5 @@
<label name="sequence"/>
<field name="sequence"/>
+
<label name="quantity"/>
<field name="quantity" symbol="uom"/>
@@ -9,6 +10,5 @@
<label name="quantity"/>
<field name="quantity" symbol="uom"/>
- <newline/>
<label name="unit_price"/>
<field name="unit_price"/>
</form>
=====================================
modules/purchase/view/product_supplier_price_list_sequence.xml
=====================================
@@ -1,7 +1,7 @@
<?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. -->
-<tree sequence="sequence">
+<tree sequence="sequence" editable="1">
<field name="product_supplier" expand="1"/>
<field name="quantity" symbol="uom"/>
<field name="unit_price" expand="1"/>
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/compare/9d21aacdc5f8c6fd5ba036db502b4bc21809e199...e49c31a630b5688f6bfe533f7476eb60fff15dd5
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/compare/9d21aacdc5f8c6fd5ba036db502b4bc21809e199...e49c31a630b5688f6bfe533f7476eb60fff15dd5
You're receiving this email because of your account on foss.heptapod.net.