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.

26 lines
964 B

  1. .. image:: https://itpp.dev/images/infinity-readme.png
  2. :alt: Tested and maintained by IT Projects Labs
  3. :target: https://itpp.dev
  4. Mail Base
  5. =========
  6. * makes built-in mail js features extendable.
  7. * handles ``search_default_*`` parameters in context.
  8. * fixes toggling left bar
  9. * fixes Recipients field. Out-of-box this field could be empty.
  10. 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>`__
  11. // to do: move this to mail.utils
  12. 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.
  13. Further information
  14. ===================
  15. .. Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_base/
  16. Tested on `Odoo 9.0 <https://github.com/odoo/odoo/commit/ed463864366029f8d4289db831fcdc196fc716cb>`_