Merge pull request #724 from odoo-dev/7.0-mail_issues-fix-adh
authorThibault Delavallée <tde@openerp.com>
Thu, 10 Jul 2014 20:50:53 +0000 (22:50 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 10 Jul 2014 20:50:53 +0000 (22:50 +0200)
[FIX] mail: misc bug fixing
- avoid deleting the Whole Company mail group if still present, because it is required for some module installation. In 7.0 installing some modules may crash if this group is not present.
- fixed an issue when computing possible recipients in the Chatter
- small fix in html2plaintext about blank lines


Trivial merge