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.

28 lines
794 B

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