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 a288d4714a [LINT] api.one is deprecated 8 years ago
..
static Merge remote-tracking branch 'upstream/9.0' into 10.0-merge-839a81d 8 years ago
views [LINT] fix new lines at the end of file 8 years ago
README.rst [FIX] 9.0 travis fix (#59) 8 years ago
__init__.py [FIX] 9.0 travis fix (#59) 8 years ago
__openerp__.py [DOC] price + tiny updates 8 years ago
models.py [FIX] fixes Recipients field 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.

Usage
-----
To use this module you need either install module that depends on it or create new module.

Further information
-------------------
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.

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