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

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