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

  1. # Copyright (C) 2018 Akretion
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "AutoVacuum Mail Message and Attachment",
  5. "version": "12.0.1.0.0",
  6. "category": "Tools",
  7. "website": "https://github.com/OCA/server-tools",
  8. "author": "Akretion, Odoo Community Association (OCA)",
  9. "license": "LGPL-3",
  10. "installable": True,
  11. "summary": "Automatically delete old mail messages and attachments",
  12. "depends": [
  13. "mail",
  14. ],
  15. "data": [
  16. "data/data.xml",
  17. "views/rule_vacuum.xml",
  18. "security/ir.model.access.csv",
  19. ],
  20. }