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.

26 lines
770 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # Copyright 2017 LasLabs Inc.
  2. # Copyright 2018 Brainbean Apps (https://brainbeanapps.com)
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  4. {
  5. 'name': 'Module Auto Update',
  6. 'summary': 'Automatically update Odoo modules',
  7. 'version': '12.0.2.0.5',
  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. 'installable': True,
  17. 'uninstall_hook': 'uninstall_hook',
  18. 'depends': [
  19. 'base',
  20. ],
  21. 'data': [
  22. 'views/ir_module_module.xml',
  23. ],
  24. 'development_status': 'Production/Stable',
  25. }