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.

20 lines
716 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. 'depends': ['base'],
  15. 'init_xml': [],
  16. 'update_xml': ['ir_config_parameter_view.xml'],
  17. 'demo_xml': [],
  18. 'installable': False,
  19. 'auto_install': False}
  20. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: