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

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2018 Akretion
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": "AutoVacuum Mail Message",
  6. "version": "9.0.1.0.0",
  7. "category": "Tools",
  8. "website": "https://github.com/OCA/server-tools",
  9. "author": "Akretion, Odoo Community Association (OCA)",
  10. "license": "LGPL-3",
  11. "installable": True,
  12. "application": False,
  13. "summary": "Automatic Delete old mail message to clean database",
  14. "depends": [
  15. "mail",
  16. ],
  17. "data": [
  18. "data/data.xml",
  19. "views/message_rule_vacuum.xml",
  20. "security/ir.model.access.csv",
  21. ],
  22. }