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.

82 lines
2.4 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =======================================
  5. Edit Table Rows in Website Mail Designer
  6. =======================================
  7. This module extends the functionality of ``website_mail`` to support
  8. duplication and deletion of table rows (``<tr>`` elements) and allow you to
  9. have a beter UX when using table-based templates or snippets.
  10. Installation
  11. ============
  12. To see the effect of this module, you need to install another module that uses
  13. the website mail designer, and you need to have some table-based snippets for
  14. that, i.e. these modules:
  15. * ``mass_mailing``.
  16. * ``website_mail_snippet_fixed``.
  17. Usage
  18. =====
  19. To use this module, you need to:
  20. * Edit an email with the website editor.
  21. * Use a table-based template or snippet.
  22. * Select any table row. You can now copy or delete it.
  23. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  24. :alt: Try me on Runbot
  25. :target: https://runbot.odoo-community.org/runbot/205/8.0
  26. Known issues / Roadmap
  27. ======================
  28. * You cannot drag & drop table rows among tables, unless you install
  29. `website_less <https://www.odoo.com/apps/modules/8.0/website_less/>`_.
  30. * New mail editor engine in Odoo 9.0+ makes this module unnecessary there.
  31. Bug Tracker
  32. ===========
  33. Bugs are tracked on `GitHub Issues
  34. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  35. check there if your issue has already been reported. If you spotted it first,
  36. help us smashing it by providing a detailed and welcomed `feedback
  37. <https://github.com/OCA/
  38. social/issues/new?body=module:%20
  39. website_mail_snippet_table_edit%0Aversion:%20
  40. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  41. Credits
  42. =======
  43. Images
  44. ------
  45. * FontAwesome: `Icon <http://fontawesome.io/icon/table/>`_.
  46. Contributors
  47. ------------
  48. * Rafael Blasco <rafabn@antiun.com>
  49. * Jairo Llopis <yajo.sk8@gmail.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.