odoo/addons/base
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
..
controllers [IMP] prepare debug mode for rpc 2011-08-19 05:02:35 +02:00
po [imp] improved i18n to scan all files 2011-08-17 13:28:28 +02:00
static [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 [ADD] row-wise colors 2011-04-11 14:54:50 +02:00
__init__.py openobject is dead long live to openerpweb 2011-03-02 19:56:06 +01:00
__openerp__.py [imp] now loads correct datejs localization file, also added labjs to make fme happy 2011-08-22 16:39:24 +02:00