You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivan Yelizariev b0330cb1eb [CI] add TRANSIFEX 7 years ago
..
controllers [FIX] compatibility with 10.0 8 years ago
doc [FIX] unsubscribtion error (#96) 7 years ago
i18n Added italian translation 7 years ago
static [FIX] unsubscribtion error (#96) 7 years ago
views [FIX] unsubscribtion error (#96) 7 years ago
README.rst [FIX] clear messages cache on sending message via Mail Composer. Otherwise Sent, Arhives menus will have new message until user refresh whole web page 8 years ago
__init__.py [FIX] clear messages cache on sending message via Mail Composer. Otherwise Sent, Arhives menus will have new message until user refresh whole web page 8 years ago
__openerp__.py [FIX] unsubscribtion error (#96) 7 years ago
models.py [FIX] clear messages cache on sending message via Mail Composer. Otherwise Sent, Arhives menus will have new message until user refresh whole web page 8 years ago

README.rst

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 <https://github.com/odoo/odoo/blob/9.0/addons/mail/static/src/js/chat_manager.js#L57>`__

// 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
===================

Demo: http://runbot.it-projects.info/demo/mail-addons/9.0

.. HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_base/

Usage instructions: `<doc/index.rst>`_

Changelog: `<doc/changelog.rst>`_

Tested on Odoo 9.0 c8cd67c5d98b410cabe0a6efb3347a8a4de731d8