odoo/openerp/addons/base/res
Nicolas Lempereur dd88f3c82f [FIX] search: searching fields.property not set
When searching if a many2one property field is not set, there may be less
results since only the ones with a reference set to NULL are returned.
We should also get those not in the table.

This commit change this case so instead of returning ['id', 'in', {matching non-set ids}],
the ['id', 'not in', {matching set ids}] is returned.

e.g: if (1, 3, 8) are set, (5, 9) are not set. ['id', 'not in', (1, 3, 8)] would
be returned instead of ['id', 'in', (5, 9)] which might not select all non-set
property fields.

closes #6044
opw-631057
2015-05-04 12:00:22 +02:00
..
__init__.py [FIX] font: cleaning and better default data 2013-10-14 14:38:15 +02:00
ir_property.py [FIX] search: searching fields.property not set 2015-05-04 12:00:22 +02:00
ir_property_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
res.country.state.csv [ADD] base: Australian states 2015-04-23 16:47:42 +02:00
res_bank.py [FIX] Signature on overriden fields_get method 2015-03-02 16:52:53 +01:00
res_bank_view.xml [FIX] crm,hr,base: disable the quick create for country field 2015-02-05 14:14:59 +01:00
res_company.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_company_logo.png [IMP] directory cleanups, moved historical cruft into history 2011-09-26 02:54:44 +02:00
res_company_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_config.py [FIX] Signature on overriden fields_get method 2015-03-02 16:52:53 +01:00
res_config.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_country.py [IMP] res_country: add relation from country to group_country. The purpose of this patch is to allow in domain (model.country_id.country_group_ids, '=', 'Europe') 2014-10-24 15:19:34 +02:00
res_country_data.xml [MERGE] forward port of branch saas-3 up to 162eb84 2014-12-12 15:46:54 +01:00
res_country_view.xml [IMP] automatic fiscal positions for simple cases 2014-06-30 02:12:41 +02:00
res_currency.py [MERGE] forward port of branch saas-3 up to ba5c972 2015-01-30 16:55:36 +01:00
res_currency_data.xml [FIX] base: remove duplicated XOF res.currency (and rate) 2015-01-23 13:02:30 +01:00
res_currency_view.xml Fixes 2014-07-02 18:18:29 +02:00
res_font.py [IMP] catch & warn about any TTFontFile exception 2014-08-21 03:51:20 +12:00
res_lang.py [MERGE] forward port of branch saas-3 up to cdb48d3 2015-01-19 12:16:33 +01:00
res_lang_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_partner.py [MERGE] forward port of branch 7.0 up to a87d60f 2015-02-16 18:26:45 +01:00
res_partner_data.xml [IMP]: base: Improved bank name and bank account number 2012-07-25 12:25:43 +05:30
res_partner_demo.xml [FIX] a bunch of incomplete website URLs 2014-05-13 10:49:42 +02:00
res_partner_demo.yml [IMP]Set email address. 2013-11-11 17:57:48 +05:30
res_partner_image_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:43:38 +01:00
res_partner_report.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xsl [MERGE] forward port of latest saas-2 until rev 4996 dle@openerp.com-20131218123130-vlejjv7r2klkzoj0 2013-12-18 17:00:41 +01:00
res_partner_view.xml [FIX] crm,hr,base: disable the quick create for country field 2015-02-05 14:14:59 +01:00
res_request.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
res_request_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_security.xml [IMP] remove useless table/column creations in base.sql. Let the ORM do it job. 2014-04-25 18:28:28 +02:00
res_users.py [FIX] ir.values: clear defaults cache when user company changes 2015-04-22 18:50:43 +02:00
res_users_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00