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.

26 lines
667 B

  1. # coding: utf-8
  2. # Copyright (C) 2018 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Inactivity Periods for Cron Jobs',
  7. 'version': '8.0.1.0.0',
  8. 'author': "GRAP,Odoo Community Association (OCA)",
  9. 'license': 'AGPL-3',
  10. 'category': 'Tools',
  11. 'depends': [
  12. 'base',
  13. ],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'views/ir_cron.xml',
  17. ],
  18. 'demo': [
  19. 'demo/res_groups.xml',
  20. ],
  21. 'images': [
  22. 'static/description/ir_cron_form.png',
  23. ],
  24. 'installable': True,
  25. }