Skip to content
Snippets Groups Projects
Commit 030d3c1d authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] base: remove circular dependency between fields

The field ir.rule.global depends on ir.rule.groups, and its inverse
field res.group.rule_groups depends on ir.rule.global because of a
domain on the field.  As the domain is only useful client-side, turn the
domain into a string, so that it is only valid client-side.

Part-of: odoo/odoo#111651
parent 3b42123e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment