* [ADD] Module that insert activities board.
* [FIX] Author error in __manifest__ file and style changes.
* [FIX] Fix replace in view, rename files and style changes.
* [FIX] Enumerated list ends without a blank line; unexpected unindent.
* [FIX] Name fail.
* [FIX] Bug in view.
* [FIX] Add button Activities in mail.thread and readme folder. Others improvements in style of code.
* [FIX] Type 'tree' not found in registry: problem solved.
* [FIX] Dependence change: 'mail' for 'calendar'.
* [FIX] Eliminated unnecessary imports.
* [FIX] Bugs about js and if/else.
* [FIX] Improvements following guide lines and eliminating unnecessary attributes in views.
* [ADD] Added counter in the 'Activities List' button.
* [FIX] Bugs in javascript with 'Activities' button.
* [ADD] Tests folder.
* [FIX] Deleted references to modules not installed.
* [FIX] Formatting javascript.
* [FIX] Bug: added a soft line before a class.
* [FIX] Bug: https://github.com/OCA/social/pull/283#discussion_r204302325
* [FIX] Escaping 'lt' in xml file. Bug: https://github.com/OCA/social/pull/283#discussion_r204302325
* [FIX] The meeting attendees are shown in kanban mode on the meeting board.
* [FIX] Hide in form view of the activity board the assistant field if the activity is not a meeting type or if there are no assistants.
* [FIX] Change to default kanban view for partners.
* [ADD] mass_mailing_resend
Resend mass mailings
====================
A frequent need for users of mass mailings is to resend one mailing that has
already been sent in the past to new recipients that haven't received yet that
mail. But the problem is to know which are the applicable ones.
Odoo already includes a method in its mass mailing logic that avoids to resend
the same mail 2 times for one mass mailing, and for v9, there was a trick that
allows to modify the state of a mass mailing from kanban view, covering the
need.
But now on v10 both status bar in form view and dragging between states in
kanban are not allowed.
This module introduces a button to restart a mass mailing to draft state,
allowing you to reevaluate the sending domain or list for performing again
the mailing.
Usage
=====
* Go to *Mass mailing > Mailings > Mass Mailings*.
* Click on one record that is done or create a new one and send it.
* You will see a button called "Resend".
* If you click on it, mass mailing will be set to Draft again.
Known issues / Roadmap
======================
* Add an indicator / filter for knowing resent mailings.
* Include information on the number of new recipients to be sent on the
resending (through `get_remaining_recipients` method).