changeset 80d6b2eb115e in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset&node=80d6b2eb115e
description:
        Test that all XML view and SVG icon files are used

        issue10830
        review375751002
diffstat:

 view/shipment_in_return_assign_failed_form.xml |  9 ---------
 view/shipment_internal_assign_failed_form.xml  |  9 ---------
 view/shipment_out_assign_failed_form.xml       |  9 ---------
 3 files changed, 0 insertions(+), 27 deletions(-)

diffs (39 lines):

diff -r a58a69af251b -r 80d6b2eb115e 
view/shipment_in_return_assign_failed_form.xml
--- a/view/shipment_in_return_assign_failed_form.xml    Mon Apr 11 23:24:21 
2022 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?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. -->
-<form col="2">
-    <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 a58a69af251b -r 80d6b2eb115e 
view/shipment_internal_assign_failed_form.xml
--- a/view/shipment_internal_assign_failed_form.xml     Mon Apr 11 23:24:21 
2022 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?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. -->
-<form col="2">
-    <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 a58a69af251b -r 80d6b2eb115e view/shipment_out_assign_failed_form.xml
--- a/view/shipment_out_assign_failed_form.xml  Mon Apr 11 23:24:21 2022 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?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. -->
-<form col="2">
-    <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>

Reply via email to