[FIX] web: Fix access right issues on external layout prining
Backport of 3891ab34 to 14.0 following f2c1ee5a It was not possible to print payslip report Purpose ======= If the user doesn't have access to ir.ui.view (aka no admin or website access rights), printing a report with a configured external layout will lead to a traceback, as it's forbidden for the use to read on the field "key" on the related ir.ui.view. As we only want to retrieve the view key, this is safe to use sudo at that point. Fixes odoo/odoo#81960 closes odoo/odoo#82050 Related: odoo/enterprise#23159 Signed-off-by:Martin Trigaux (mat) <mat@odoo.com>
Please register or sign in to comment