details: https://code.tryton.org/tryton/commit/849df68c7924
branch: default
user: Cédric Krier <[email protected]>
date: Wed Jun 03 18:23:31 2026 +0200
description:
Remove cost separator in stock move form
The cost fields are not always visible so the separator may be
displayed when
no cost fields is.
Each cost field has its own invisible statement so it will be much
complex to
build on for the separator than removing it.
diffstat:
modules/stock/view/move_form.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r c28c787fd5a2 -r 849df68c7924 modules/stock/view/move_form.xml
--- a/modules/stock/view/move_form.xml Thu Apr 23 19:04:43 2026 +0200
+++ b/modules/stock/view/move_form.xml Wed Jun 03 18:23:31 2026 +0200
@@ -34,7 +34,6 @@
<label name="origin"/>
<field name="origin"/>
- <separator string="Cost" id="cost" colspan="4"/>
<label name="cost_price"/>
<field name="cost_price"/>
</page>