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.

30 lines
771 B

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.1.0.0',
  7. 'category': 'Extra Tools',
  8. 'website': 'https://odoo-community.org/',
  9. 'author': 'LasLabs, '
  10. 'Juan José Scarafía, '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'license': 'LGPL-3',
  14. 'application': False,
  15. 'installable': True,
  16. 'post_init_hook': 'post_init_hook',
  17. 'external_dependencies': {
  18. 'python': [
  19. 'checksumdir',
  20. ],
  21. },
  22. 'depends': [
  23. 'base',
  24. ],
  25. 'data': [
  26. 'views/module_views.xml',
  27. 'data/cron_data.xml',
  28. ],
  29. }