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

  1. # Copyright (C) 2018 Camptocamp
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': """Oneshot cron""",
  5. 'summary': """Allows creating of single-use disposable crons.""",
  6. 'category': "Extra Tools",
  7. 'version': "11.0.1.0.0",
  8. 'author': "Camptocamp, "
  9. "Odoo Community Association (OCA)",
  10. 'website': "https://github.com/OCA/server-tools",
  11. 'license': "AGPL-3",
  12. 'data': [
  13. 'data/ir_sequence.xml',
  14. 'data/ir_cron.xml',
  15. 'views/ir_cron.xml',
  16. ],
  17. }