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.

21 lines
738 B

  1. # -*- encoding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Author Nicolas Bessi. Copyright Camptocamp SA
  5. ##############################################################################
  6. {'name': 'Ir.config_parameter view',
  7. 'version': '0.1',
  8. 'category': 'Tools',
  9. 'description': """
  10. Create view to inspect/change technical parameters
  11. """,
  12. 'author': "Camptocamp,Odoo Community Association (OCA)",
  13. 'website': 'http://openerp.camptocamp.com',
  14. 'license': 'AGPL-3',
  15. 'depends': ['base'],
  16. 'init_xml': [],
  17. 'update_xml': ['ir_config_parameter_view.xml'],
  18. 'demo_xml': [],
  19. 'installable': False,
  20. 'auto_install': False}
  21. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: