[IMP] mail_alias: added reference to the parent record.
authorThibault Delavallée <tde@openerp.com>
Thu, 16 May 2013 16:42:07 +0000 (18:42 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 16 May 2013 16:42:07 +0000 (18:42 +0200)
commit88e3505554038350ae0274e9359bbffff342b9d8
tree9186b1aab07084be7b4e9fd4be4754f026450168
parentb8214efe450c3ce63b4d9476a176a4d0ef3fbf46
[IMP] mail_alias: added reference to the parent record.
The parent record is the record that holds the alias. It is different
from the record updated or created using the alias. For example
projects have aliases whose parent is the given projet, and that creates
new task inside the project.
Updated alias creation and management accordingly.
This ownership concept is used to compute the 'followers' contact
settings of aliases.

bzr revid: tde@openerp.com-20130516164207-1zr0q6abw6a34ndf
addons/crm/crm.py
addons/hr_recruitment/hr_recruitment.py
addons/mail/mail_alias.py
addons/mail/mail_alias_view.xml
addons/mail/mail_group.py
addons/mail/mail_group_view.xml
addons/mail/mail_thread.py
addons/mail/res_users.py
addons/mail/tests/test_mail_gateway.py
addons/project/project.py