Technical Name |
mail_base |
License | LGPL-3 |
Website | https://twitter.com/OdooFree |
Also available in version | v 10.0 v 11.0 |

Mail Base
- makes built-in mail js features extendable.
- handles search_default_* parameters in context.
- fixes toggling left bar
- fixes Recipients field. Out-of-box this field could be empty.
One can say, that the module do this todo from addons/mail/static/src/js/chat_manager.js
// to do: move this to mail.utils
Note. Due to odoo restrictions, module makes mail initialization again. That is browser loads emoji and other chat data twice. This is the only way to make Mail feature extendable.
Further information
Tested on Odoo 9.0
Mail Base
To use this module you need either install module that depends on it or create new module.
Please log in to comment on this module