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
21 lines
738 B
# -*- 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:
|