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 bd66d07818 [DOC] mail_base add not about todo in chat_manager.js 9 years ago
..
static/src/js [FIX] error: Uncaught TypeError: Cannot read property 'name' of undefined 9 years ago
views Move base.js file in mail_base folder and activate mail_base module. 9 years ago
README.rst [DOC] mail_base add not about todo in chat_manager.js 9 years ago
__init__.py Move base.js file in mail_base folder and activate mail_base module. 9 years ago
__openerp__.py [FIX] change website 9 years ago

README.rst

Mail Base
=========

Modules doesn't introduce new features, but make built-in mail js features extendable.

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