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.

21 lines
590 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Lorenzo Battistini - Agile Business Group
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  4. {
  5. "name": "Email: force queue",
  6. "summary": "Force outgoing emails to be queued",
  7. "version": "10.0.0.2.0",
  8. "category": "Discuss",
  9. "website": "https://github.com/OCA/social",
  10. "author": "Agile Business Group, Odoo Community Association (OCA)",
  11. "license": "LGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "mail",
  16. ],
  17. "data": [
  18. "views/res_config_view.xml",
  19. ],
  20. }