Wizard with no access rules doesn't inherit model access rules by default
Purchase\_request\_quotation module add a new wizard on purchase\_request\. There\'s no access rules defined on this wizard\. When using a user only with read access on purchase\_request and purchase\_request\_quotation\, you can still execute wizard\. \
I opened another issue to add missing rights access (#9029) but wizard should herit access right of the underlying model\. \
\
I made some tests\, problem seems in this test\: \
https://hg.tryton.org/trytond/file/default/trytond/ir/model.py#l559 \
\
With non\-root user\, IF result is True \(raise\_exception \= True and Transaction\(\)\.context\.get\(\'\_check\_access\'\) is None\)
issue