details:   https://code.tryton.org/tryton/commit/b5d1fe248473
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Feb 11 10:57:23 2026 +0100
description:
        Do not try to cancel move in shipment in anglo-saxon test scenario

        Instead it is the shipment that must be tried to be cancelled because 
the
        cancel button on move is forbidden if it is in a shipment.
diffstat:

 modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon.rst 
|  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ed16777f09a9 -r b5d1fe248473 
modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon.rst
--- 
a/modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon.rst
    Tue Feb 10 19:22:32 2026 +0100
+++ 
b/modules/account_stock_anglo_saxon/tests/scenario_account_stock_anglo_saxon.rst
    Wed Feb 11 10:57:23 2026 +0100
@@ -351,7 +351,7 @@
     >>> move.in_anglo_saxon_quantity
     1.0
 
-    >>> move.click('cancel')
+    >>> shipment.click('cancel')
     Traceback (most recent call last):
         ...
     AccessError: ...

Reply via email to