diff --git a/issue5891.diff b/issue5891.diff new file mode 100644 index 0000000..2c30732 --- /dev/null +++ b/issue5891.diff @@ -0,0 +1,12 @@ +diff -r cded732515e0 trytond/trytond/modules/stock/move.py +--- a/trytond/trytond/modules/stock/move.py Mon Jul 17 10:43:57 2017 +0200 ++++ b/trytond/trytond/modules/stock/move.py Mon Jul 17 10:45:44 2017 +0200 +@@ -27,7 +27,7 @@ + } + DEPENDS = ['state'] + LOCATION_DOMAIN = [ +- If(Eval('state').in_(['staging', 'draft']), ++ If(Eval('state').in_(['staging', 'draft', 'cancel']), + ('type', 'not in', ['warehouse']), + ('type', 'not in', ['warehouse', 'view'])), + ] diff --git a/series b/series index 44f6fb3..149e780 100644 --- a/series +++ b/series @@ -70,3 +70,5 @@ issue5254.diff add_account_in_move_line_payable_receivable.diff issue6605.diff issue5453.diff +issue5891.diff # [stock] - Allow using view locations in cancelled stock moves +