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.

23 lines
682 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': '12.0.2.0.4',
  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. 'installable': True,
  16. 'uninstall_hook': 'uninstall_hook',
  17. 'depends': [
  18. 'base',
  19. ],
  20. 'development_status': 'Production/Stable',
  21. 'maintainers': ['sbidoul'],
  22. }