Skip to content
Snippets Groups Projects
Commit d163c476 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Check read access on field in search domain

issue7766
review50591002
(grafted from ed68c5e22855)
parent eb900c85
No related branches found
No related tags found
No related merge requests found
......@@ -254,5 +254,6 @@
>>> set_user(stock_user)
>>> shipment.click('done')
>>> set_user(purchase_user)
>>> len(PurchaseRequest.find([('product', '=', changing_product.id)]))
0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment