-
- Downloads
[FIX] account_analytic_default_purchase: access error
- Activate Analytic Accounting
- Set the demo user with only the Purchase User access rights (no
accounting access rights)
- Create a PO with demo
An AccessError is raised because the user has no access to
`account.analytic.default`.
We can use `sudo` to retrieve the default account. There is no access
rights error on `account_analytic_id` or `analytic_tag_ids` later on.
Fix the `company_id` at the same time.
opw-2171813
closes odoo/odoo#43388
Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment