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.

18 lines
525 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Yannick Vaucher (Camptocamp SA)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {'name': 'Configuration Helper - Tests',
  5. 'version': '9.0.1.0.0',
  6. 'author': "Akretion,Odoo Community Association (OCA)",
  7. 'maintainer': 'Akretion',
  8. 'category': 'Tests',
  9. 'complexity': 'normal',
  10. 'depends': ['configuration_helper'],
  11. 'website': 'http://www.akretion.com/',
  12. 'data': [],
  13. 'tests': [],
  14. 'installable': True,
  15. 'auto_install': False,
  16. 'license': 'AGPL-3',
  17. 'application': False,
  18. }