Comment 5 for bug 371367

Revision history for this message
Parthiv Patel (parthiv-patel-deactivatedaccount) wrote : Re: [5.0] domain on one2many field doesn't work

Hello,

One way to apply domain on the O2M is to override the "get" method of one2many field. In get method you can apply the domain of your condition and then use that modified O2M class.