[FIX] search views: use child_of operator for partner_id fields that can reference...
authorOlivier Dony <odo@openerp.com>
Sat, 20 Apr 2013 02:26:42 +0000 (04:26 +0200)
committerOlivier Dony <odo@openerp.com>
Sat, 20 Apr 2013 02:26:42 +0000 (04:26 +0200)
commitfeefb0ad36f055167d21ae20ef3a5f5c928b709a
treec94bd3d1deb0bf9980aba5caaa6d575fe2ec48dc
parentb91cd6127ad295a272c52b714d7ebefb3c40f446
[FIX] search views: use child_of operator for partner_id fields that can reference both companies and contacts

The goal is to match both the Company and its contacts
when searching for the Company

bzr revid: odo@openerp.com-20130420022642-6qe8pp4ifexjms65
21 files changed:
addons/account/project/project_view.xml
addons/account_analytic_analysis/account_analytic_analysis_view.xml
addons/account_asset/account_asset_view.xml
addons/account_asset/report/account_asset_report_view.xml
addons/account_voucher/voucher_payment_receipt_view.xml
addons/account_voucher/voucher_sales_purchase_view.xml
addons/crm/crm_lead_view.xml
addons/crm/crm_phonecall_view.xml
addons/crm/report/crm_lead_report_view.xml
addons/crm/report/crm_phonecall_report_view.xml
addons/crm_claim/crm_claim_view.xml
addons/crm_claim/report/crm_claim_report_view.xml
addons/crm_helpdesk/crm_helpdesk_view.xml
addons/crm_helpdesk/report/crm_helpdesk_report_view.xml
addons/mrp_repair/mrp_repair_view.xml
addons/project/project_view.xml
addons/project/report/project_report_view.xml
addons/project_issue/project_issue_view.xml
addons/project_issue/report/project_issue_report_view.xml
addons/stock/report/report_stock_move_view.xml
addons/stock/stock_view.xml