Skip to content
Snippets Groups Projects
Commit 62b3ceb0 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 3a3d57ee2190)
parent df5ce156
No related merge requests found
......@@ -253,6 +253,7 @@
>>> reconcile2, = [l for l in move.lines if l.account == receivable]
>>> reconcile_lines = Wizard('account.move.reconcile_lines',
... [MoveLine(dunning.line.id), reconcile2])
>>> set_user(dunning_user)
>>> Dunning.find([])
[]
......
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