OCA/server-tools

View on GitHub
ir_config_parameter_viewer/__openerp__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding: utf-8 -*-
##############################################################################
#
#    Author Nicolas Bessi. Copyright Camptocamp SA
##############################################################################
{'name': 'Ir.config_parameter view',
 'version': '0.1',
 'category': 'Tools',
 'description': """
   Create view to inspect/change technical parameters
 """,
 'author': "Camptocamp,Odoo Community Association (OCA)",
 'website': 'http://openerp.camptocamp.com',
 'license': 'AGPL-3',
 'depends': ['base'],
 'init_xml': [],
 'update_xml': ['ir_config_parameter_view.xml'],
 'demo_xml': [],
 'installable': False,
 'auto_install': False}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: