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.

13 lines
410 B

  1. # Copyright 2014 David BEAL Akretion
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {'name': 'Configuration Helper',
  4. 'version': '12.0.1.0.0',
  5. 'author': "Akretion,Odoo Community Association (OCA)",
  6. 'maintainer': 'Akretion',
  7. 'category': 'server',
  8. 'depends': ['base'],
  9. 'website': 'https://github.com/OCA/server-tools',
  10. 'installable': True,
  11. 'auto_install': False,
  12. 'license': 'AGPL-3',
  13. }