odoo/addons/analytic
Olivier Dony 1576bc9891 [FIX] analytic: name_search match multi-level account names even with domain
When name_search is called with an extra domain
filter (args) and a pattern (name) containing
multi-level accounts, such as `A / B / C`, only
the last account (`C`) has to match the domain.
The intermediary parent accounts do not have to
match.
The domain was previously applied for each parent
in the lookup. This prevented searching for
multi-level accounts or copy-pasting full account
names whenever a domain was present and did not
match every account in the hierarchy.
2015-07-10 17:06:11 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-07-05 01:52:32 +02:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
__init__.py
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
analytic.py [FIX] analytic: name_search match multi-level account names even with domain 2015-07-10 17:06:11 +02:00
analytic_data.xml [IMP] mail.message.subtype: set some subtypes as not followed by default, to avoid leaking information. 2013-01-30 14:58:25 +01:00
analytic_sequence.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
analytic_view.xml [MERGE] forward port of branch saas-3 up to 4a3c471 2015-03-09 12:03:22 +01:00