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.

42 lines
1.6 KiB

  1. ##############################################################################
  2. #
  3. # This file is part of mail_attach_existing_attachment,
  4. # an Odoo module.
  5. #
  6. # Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
  7. #
  8. # mail_attach_existing_attachment is free software:
  9. # you can redistribute it and/or modify it under the terms of the GNU
  10. # Affero General Public License as published by the Free Software
  11. # Foundation,either version 3 of the License, or (at your option) any
  12. # later version.
  13. #
  14. # mail_attach_existing_attachment is distributed
  15. # in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
  16. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  17. # PURPOSE. See the GNU Affero General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU Affero General Public License
  20. # along with mail_attach_existing_attachment.
  21. # If not, see <http://www.gnu.org/licenses/>.
  22. #
  23. ##############################################################################
  24. {
  25. 'name': "Mail Attach Existing Attachment",
  26. 'summary': "Adding attachment on the object by sending this one",
  27. 'author': "ACSONE SA/NV, "
  28. "Tecnativa, "
  29. "Odoo Community Association (OCA)",
  30. 'website': "https://github.com/OCA/social",
  31. 'category': 'Social Network',
  32. 'version': '12.0.1.0.0',
  33. 'license': 'AGPL-3',
  34. 'depends': [
  35. 'mail',
  36. 'document',
  37. ],
  38. 'data': [
  39. 'wizard/mail_compose_message_view.xml',
  40. ],
  41. 'installable': True,
  42. }