-
- Downloads
[FIX] base: avoid crash on empty record rule domain
- Since 12.2 when a record rule forbids you to access a record
an error message is displayed with the list of the record rules
that have forbid the access and an example of the forbidden records.
The issue here is that a specific message is displayed to warn the
user that the record rule may be a "Multi-company" record rule.
To do so, it checks if `company_id` is present in the record rules'
domain but if the domain is empty it crashes.
OPW-2004827
closes odoo/odoo#33801
Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
Please register or sign in to comment