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.

60 lines
1.9 KiB

  1. Select language in mail compose window
  2. ======================================
  3. This module allows to select the language for the mail content directly in
  4. the mail compose window.
  5. Usage
  6. =====
  7. By default, mail compose window will use corresponding language for showing the
  8. contents, but you will be able to select another language from the dropdown
  9. box "Force language" in the bottom right part.
  10. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  11. :alt: Try me on Runbot
  12. :target: https://runbot.odoo-community.org/runbot/205/10.0
  13. Known issues / Roadmap
  14. ======================
  15. * Translating attachments is no longer supported as the mechanism for report
  16. translation has changed. Every report template is translated by a rebrowse
  17. in the template itself; to make them translatable an inherited view is needed
  18. for *every* report.
  19. Bug Tracker
  20. ===========
  21. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  22. In case of trouble, please check there if your issue has already been reported.
  23. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  24. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20mail_compose_select_lang%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  25. Credits
  26. =======
  27. Contributors
  28. ------------
  29. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  30. Icon
  31. ----
  32. * Original icons from Odoo source code.
  33. Maintainer
  34. ----------
  35. .. image:: https://odoo-community.org/logo.png
  36. :alt: Odoo Community Association
  37. :target: https://odoo-community.org
  38. This module is maintained by the OCA.
  39. OCA, or the Odoo Community Association, is a nonprofit organization whose
  40. mission is to support the collaborative development of Odoo features and
  41. promote its widespread use.
  42. To contribute to this module, please visit http://odoo-community.org.