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
642 B

  1. # Copyright 2018 Lorenzo Battistini
  2. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Check mailbox size",
  5. "summary": "Send an email summarizing the current space used by a mailbox",
  6. "version": "11.0.1.0.0",
  7. "development_status": "Beta",
  8. "website": "https://github.com/OCA/social",
  9. "author": "Agile Business Group, Odoo Community Association (OCA)",
  10. "maintainers": ["eLBati"],
  11. "license": "LGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "fetchmail",
  16. ],
  17. "data": [
  18. "views/fetchmail_view.xml",
  19. "data/cron_data.xml",
  20. ],
  21. }