odoo/addons/base/static/src
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
..
css [IMP] Improved m2o styling 2011-08-22 16:11:18 +02:00
img [IMP] use same throbber for creation and home 2011-08-22 18:34:32 +02:00
js [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
xml [IMP] to maintain correct synchro, listview should avoid relying on indexes as much as possible. Get rid on indexes on rows, and of List.row_position 2011-08-24 10:53:03 +02:00