Depends without read access are added to the view
The depends of fields are added to the view definition without checking the read access right.
For example if we add read access to the invoice (but not to the account move), an access error is raised because `move` is added to the view definition because it is a depends of `alternative_payees`.
issue