[FIX] *: in search views, use operator=child_of instead of filter_domain with a child...
authorDenis Ledoux <dle@openerp.com>
Tue, 22 Apr 2014 15:07:10 +0000 (17:07 +0200)
committerDenis Ledoux <dle@openerp.com>
Tue, 22 Apr 2014 15:07:10 +0000 (17:07 +0200)
commitb981f3f8efa54db76451645562057fff26baab69
tree53d4cc3e004a33598bf30434e039f12baad7a42e
parentaac1a81999954db565184bd4dbc39e09045dcb13
[FIX] *: in search views, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

bzr revid: dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5
addons/account/account_invoice_view.xml
addons/account/project/project_view.xml
addons/crm/crm_lead_view.xml
addons/crm/crm_phonecall_view.xml
addons/project_issue/project_issue_view.xml
addons/purchase/purchase_view.xml
addons/sale/sale_view.xml