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.

22 lines
660 B

  1. # Copyright 2019 Thore Baden
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "Mail Attach Existing Attachment (Account)",
  5. 'summary': "Module to use attach existing attachment for account module",
  6. 'author': "Thore Baden, "
  7. "Odoo Community Association (OCA)",
  8. 'website': "https://github.com/OCA/social",
  9. 'category': 'Social Network',
  10. 'version': '12.0.1.0.0',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'account',
  14. 'mail_attach_existing_attachment',
  15. ],
  16. 'data': [
  17. 'wizard/account_invoice_send_view.xml',
  18. ],
  19. 'installable': True,
  20. 'auto_install': True,
  21. }