~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to cci_data_csv/__terp__.py

  • Committer: qdp
  • Date: 2008-07-30 12:56:32 UTC
  • Revision ID: qdp@tinyerp.com-20080730125632-eafrc3a1kdm5j2vu
*added cci_data_csv for import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
 
 
3
{
 
4
    'name': 'cci Data',
 
5
    'category': 'Data Module',
 
6
     'init_xml':[],
 
7
     'author': 'OpenERP',
 
8
     'depends': ['base'],
 
9
     'version': '1.0',
 
10
     'active': False,
 
11
     'demo_xml': [],
 
12
     'update_xml':['res.users.csv'],
 
13
     'installable': True
 
14
}
 
15
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
16