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.

25 lines
691 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # Copyright 2017 LasLabs Inc.
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. 'name': 'Module Auto Update',
  5. 'summary': 'Automatically update Odoo modules',
  6. 'version': '11.0.2.0.0',
  7. 'category': 'Extra Tools',
  8. 'website': 'https://github.com/OCA/server-tools',
  9. 'author': 'LasLabs, '
  10. 'Juan José Scarafía, '
  11. 'Tecnativa, '
  12. 'ACSONE SA/NV, '
  13. 'Odoo Community Association (OCA)',
  14. 'license': 'LGPL-3',
  15. 'application': False,
  16. 'installable': True,
  17. 'uninstall_hook': 'uninstall_hook',
  18. 'depends': [
  19. 'base',
  20. ],
  21. 'data': [
  22. 'data/cron_data_deprecated.xml',
  23. ],
  24. }