Re: [tryton] Creating this search doman

2012-09-28 Thread Jean Cavallo
Here's the current domain that I have: What is the problem with this domain ? (error, does not work as intended...) Jean -- -- tryton@googlegroups.com mailing list

Re: [tryton] Creating this search doman

2012-09-28 Thread mohit sarla
dom = [ ['OR', [('lastname', '=', name)], [('firstname', '=', name)] ], this is write for all the records of a model for which one or both of two fields have the same value On Fri, Sep 28, 2012 at 4:37 PM, mohit sarla

[tryton] Creating this search doman

2012-09-27 Thread Tristian Paul
Hi I've been struggling to create the following domain I want all the records of a model for which one or both of two fields have the same value and where created on a list of given days, each day starts at 0:0:0 and ends at 23:59:59 For example in a person database containing the