[ADD]mail: change the mail_partner.rst

bzr revid: kjo@tinyerp.com-20120514114612-7tfvg4fb0rd74p7p
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-05-14 17:16:12 +05:30
parent b19b70c190
commit f199eef636
1 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
what is shown
What is shown
==============
- for every opportunities, sale orders and invoices which are related to partner show in the partner view
- for every module which are related to partner show apporopriate message in the partner view like opportunities, sale orders and invoices.
how it is done
How it is done
===============
- _inherit = 'mail.thread'
- Override def message_load_ids method based on search by the partner_id and res_id
- Override def message_load_ids(self, cr, uid, ids, limit=100, offset=0, domain=[], ascent=False, root_ids=[], context=None) search by the partner