Comment 2 for bug 371367

Revision history for this message
thesleepless@gmail.com (thesleepless) wrote : Re: [5.0] domain on one2many field doesn't work

this bug also effects me.
i'm trying to include the attachments list for an object in a form.

eg.
'attachments': fields.one2many('ir.attachment','res_id','Attachments', domain="[('res_model','=','test.job')]" ),

the domain filter seems to be ignored.