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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  3. # (http://www.eficent.com)
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Base Cron Exclusion",
  7. "summary": "Allow you to select scheduled actions that should not run "
  8. "simultaneously.",
  9. "version": "10.0.1.0.0",
  10. "author": "Eficent, Odoo Community Association (OCA)",
  11. "website": "https://github.com/OCA/server-tools",
  12. "category": "Tools",
  13. "depends": [
  14. "base",
  15. ],
  16. "data": [
  17. "views/ir_cron_view.xml",
  18. ],
  19. "license": "AGPL-3",
  20. 'installable': True,
  21. }