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.

17 lines
538 B

10 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2015 Yannick Vaucher (Camptocamp SA)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {'name': 'Records Archiver',
  5. 'version': '9.0.1.0.0',
  6. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  7. 'license': 'AGPL-3',
  8. 'category': 'misc',
  9. 'depends': ['base'],
  10. 'website': 'https://github.com/OCA/server-tools',
  11. 'data': ['views/record_lifespan_view.xml',
  12. 'data/cron.xml',
  13. 'security/ir.model.access.csv',
  14. ],
  15. 'installable': True,
  16. 'auto_install': False,
  17. }