changeset ec4ae07d0c59 in modules/product_kit:default
details: 
https://hg.tryton.org/modules/product_kit?cmd=changeset&node=ec4ae07d0c59
description:
        Add missing parent domain clause on search_shipments_returns

        issue10688
        review365831002
diffstat:

 common.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ca99496a5c94 -r ec4ae07d0c59 common.py
--- a/common.py Sun Jul 11 11:26:46 2021 +0200
+++ b/common.py Thu Aug 26 19:33:00 2021 +0200
@@ -44,6 +44,7 @@
                 else:
                     target = 'id'
                 return ['OR',
+                    domain,
                     ('lines.components.moves.shipment.' + target,)
                     + tuple(clause[1:3]) + (model_name,)]
         return wrapper

Reply via email to