odoo/addons/base/static
Xavier Morel 04cb566ad9 [IMP] datetime search field: use date widget, make field's default domain span the whole day (using range)
search API improvement: Field gains a make_domain method, called by get_domain to build the default domain for the field.

make_domain is called with the field's name, operator and current values (fully computed), the default implementation is to just shove them all into a domain.

This lets fields customize the default domain for the field without having to reimplement (or breaking) the filter_domain handling

bzr revid: xmo@openerp.com-20110824145205-2wnig9duebja9jrk
2011-08-24 16:52:05 +02:00
..
lib [MERGE] trunk updates again, to get dates fixing 2011-08-23 09:50:29 +02:00
src [IMP] datetime search field: use date widget, make field's default domain span the whole day (using range) 2011-08-24 16:52:05 +02:00
test [MERGE] from trunk 2011-08-22 15:49:05 +02:00