Comment 1 for bug 1155558

Revision history for this message
Nicolas Vanhoren (OpenERP) (niv-openerp) wrote :

I found the source of the problem. res.groups and ir.rules are linked using a m2m. The res.groups-side of the m2m has a domain on it: [('global', '=', False)] . global is a function field on ir.rules which is true if the rule is not linked to any group. You see the incoherence?