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.

15 lines
520 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Therp BV <http://therp.nl>
  3. # Copyright 2017 LasLabs Inc.
  4. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
  5. {
  6. 'name': 'Module Manifest - Extra Options',
  7. 'version': '10.0.1.0.0',
  8. 'website': 'https://github.com/OCA/server-tools',
  9. 'author': 'Therp BV, LasLabs, Odoo Community Association (OCA)',
  10. 'license': 'LGPL-3',
  11. 'category': 'Hidden/Dependency',
  12. 'summary': 'Adds useful keys to manifest files',
  13. 'post_load': 'post_load_hook',
  14. }