Comment 3 for bug 1303944

Revision history for this message
Stéphane Bidoul (Acsone) (sbi) wrote :

Hello,

One way to work around is to replace the default record rule for res.company by

[('id','child_of',[c.id for c in user.company_ids])]

hence providing access to all companies allowed to the user.

This may have other side effects, though.

-sbi