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.

23 lines
798 B

  1. # Copyright 2015 Florian DA COSTA @ Akretion
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Attachment Queue",
  5. "version": "12.0.1.0.1",
  6. "author": "Akretion,Odoo Community Association (OCA)",
  7. "summary": "Base module adding the concept of queue for processing files",
  8. "website": "https://github.com/OCA/server-tools",
  9. "maintainers": ["florian-dacosta", "sebastienbeau"],
  10. "license": "AGPL-3",
  11. "category": "Generic Modules",
  12. "depends": ["base", "mail"],
  13. "data": [
  14. "views/attachment_queue_view.xml",
  15. "security/ir.model.access.csv",
  16. "data/cron.xml",
  17. "data/ir_config_parameter.xml",
  18. "data/mail_template.xml",
  19. ],
  20. "demo": ["demo/attachment_queue_demo.xml"],
  21. "installable": True,
  22. }