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.

81 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, and that's because of the
  29. inner design of Odoo's drag & drop engine, that does not allow that easily.
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed `feedback
  36. <https://github.com/OCA/
  37. social/issues/new?body=module:%20
  38. website_mail_snippet_table_edit%0Aversion:%20
  39. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  40. Credits
  41. =======
  42. Images
  43. ------
  44. * FontAwesome: `Icon <http://fontawesome.io/icon/table/>`_.
  45. Contributors
  46. ------------
  47. * Rafael Blasco <rafabn@antiun.com>
  48. * Jairo Llopis <yajo.sk8@gmail.com>
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit https://odoo-community.org.