~openerp-dev/openobject-server/trunk-missing-default-values-pza

« back to all changes in this revision

Viewing changes to openerp/tests/addons/test_converter/__openerp__.py

  • Committer: Pooja Zankhariya (OpenERP)
  • Date: 2014-01-31 06:44:29 UTC
  • mfrom: (5013.1.35 trunk)
  • Revision ID: pza@tinyerp.com-20140131064429-0a1u9ax5cf3sslug
[MERGE]Sync with Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
{
 
3
    'name': 'test-field-converter',
 
4
    'version': '0.1',
 
5
    'category': 'Tests',
 
6
    'description': """Tests of field conversions""",
 
7
    'author': 'OpenERP SA',
 
8
    'maintainer': 'OpenERP SA',
 
9
    'website': 'http://www.openerp.com',
 
10
    'depends': ['base'],
 
11
    'data': ['ir.model.access.csv'],
 
12
    'installable': True,
 
13
    'auto_install': False,
 
14
}
 
15
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: