~eoc/server-env-tools/6.1-mass_editing-fix_bug_1187937

« back to all changes in this revision

Viewing changes to ir_config_parameter_viewer/__openerp__.py

  • Committer: nicolas.bessi at camptocamp
  • Date: 2012-05-29 07:45:33 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20120529074533-xmnf58g22zenlkzq
[MRG] from trunk
(lp:c2c-addons/6.1  rev 60)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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',
 
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': True,
 
19
 'auto_install': False}
 
20
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'