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.

46 lines
1.8 KiB

10 years ago
10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Author: Guewen Baconnier
  5. # Copyright 2014 Camptocamp SA
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU Affero General Public License as
  9. # published by the Free Software Foundation, either version 3 of the
  10. # License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU Affero General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU Affero General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. #
  20. ##############################################################################
  21. {
  22. 'name': 'Web Send Message as Popup',
  23. 'version': '1.0',
  24. 'author': "Camptocamp,Odoo Community Association (OCA)",
  25. 'maintainer': 'Camptocamp',
  26. 'license': 'AGPL-3',
  27. 'category': 'Hidden',
  28. 'depends': ['web'],
  29. 'description': """
  30. Web Send Message as Popup
  31. =========================
  32. In the email/notes threads below the form views, the link 'Send a
  33. message' unfold a text field. From there, a button allows to open the
  34. text field in a full featured email popup with the subject, templates,
  35. attachments and followers.
  36. This module changes the link 'Send a message' so it opens directly the
  37. full featured popup instead of the text field, avoiding an extra click
  38. if the popup is always wanted.""",
  39. 'website': 'http://www.camptocamp.com',
  40. 'qweb': ['static/src/xml/mail.xml'],
  41. 'installable': True,
  42. 'auto_install': False,
  43. }