~pexego/ocb-server/ocb-server-va-ca

« back to all changes in this revision

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

  • Committer: Pedro M. Baeza
  • Author(s): vmt at openerp
  • Date: 2014-04-18 13:53:26 UTC
  • mfrom: (4320.2.1 server-lp933496)
  • Revision ID: pedro.baeza@serviciosbaeza.com-20140418135326-tqj15opdhtttphn3
[FIX] tools.translate: when loading entries from a PO file, use also the POT

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
{
 
3
    'name': 'test-translation-import',
 
4
    'version': '0.1',
 
5
    'category': 'Tests',
 
6
    'description': """A module to test translation import.""",
 
7
    'author': 'OpenERP SA',
 
8
    'maintainer': 'OpenERP SA',
 
9
    'website': 'http://www.openerp.com',
 
10
    'depends': ['base'],
 
11
    'data': ['view.xml'],
 
12
    'test': ['tests.yml'],
 
13
    'installable': True,
 
14
    'auto_install': False,
 
15
}
 
16
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: