Obj : make user see only warehouse operation types that i will a singe to him
what i did : i created new module in my model i did this
class ResUsers(models.Model):
_inherit = 'res.users'
operation_type_ids = fields.Many2many('stock.picking.type', string="Multi Picking")
Then I added this field in user view
What i need : domain filter condition to put in inventory record rule so it can display to the user only operation types that i a signed in Operation Types field