changeset acbb68eb6954 in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset;node=acbb68eb6954
description:
Normalize wizard message views
We use the proper icon between info, question, warning and error.
We remove the exclamation mark in info messages.
issue9429
review301831002
diffstat:
view/shipment_in_return_assign_failed_form.xml | 9 ++++-----
view/shipment_internal_assign_failed_form.xml | 4 ++--
view/shipment_out_assign_failed_form.xml | 4 ++--
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r ba6418f622a6 -r acbb68eb6954
view/shipment_in_return_assign_failed_form.xml
--- a/view/shipment_in_return_assign_failed_form.xml Tue Jul 07 23:56:10
2020 +0200
+++ b/view/shipment_in_return_assign_failed_form.xml Thu Jul 09 00:21:48
2020 +0200
@@ -2,9 +2,8 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="2">
-<image name="tryton-warning" xexpand="0" xfill="0"/>
-<separator string="Unable to assign those products:"
- id="unable"/>
-<field name="moves" colspan="2"
- view_ids="stock.move_view_tree_simple"/>
+ <image name="tryton-error" xexpand="0" xfill="0"/>
+ <separator string="Unable to assign these products:" id="unable"/>
+ <field name="moves" colspan="2"
+ view_ids="stock.move_view_tree_simple"/>
</form>
diff -r ba6418f622a6 -r acbb68eb6954
view/shipment_internal_assign_failed_form.xml
--- a/view/shipment_internal_assign_failed_form.xml Tue Jul 07 23:56:10
2020 +0200
+++ b/view/shipment_internal_assign_failed_form.xml Thu Jul 09 00:21:48
2020 +0200
@@ -2,8 +2,8 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="2">
- <image name="tryton-warning" xexpand="0" xfill="0"/>
- <separator string="Unable to assign those products:" id="unable"/>
+ <image name="tryton-error" xexpand="0" xfill="0"/>
+ <separator string="Unable to assign these products:" id="unable"/>
<field name="moves" colspan="2"
view_ids="stock.move_view_tree_simple"/>
</form>
diff -r ba6418f622a6 -r acbb68eb6954 view/shipment_out_assign_failed_form.xml
--- a/view/shipment_out_assign_failed_form.xml Tue Jul 07 23:56:10 2020 +0200
+++ b/view/shipment_out_assign_failed_form.xml Thu Jul 09 00:21:48 2020 +0200
@@ -2,8 +2,8 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="2">
- <image name="tryton-warning" xexpand="0" xfill="0"/>
- <separator string="Unable to assign those products:" id="unable"/>
+ <image name="tryton-error" xexpand="0" xfill="0"/>
+ <separator string="Unable to assign these products:" id="unable"/>
<field name="inventory_moves" colspan="2"
view_ids="stock.move_view_tree_simple"/>
</form>