~credativ/openobject-addons/elico-7.0-fixes-gap-analysis-price-update

« back to all changes in this revision

Viewing changes to l10n_cn_report_invoice/__openerp__.py

  • Committer:
  • Date: 2013-11-30 03:28:26 UTC
  • Revision ID: elicoidal@hotmail.com-20131130032826-99n1m667eb8v3om7
[IMP] cosmetic on descriptions and logos

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
 
25
25
{
26
 
    'name': 'ELico Bilingual Reports',
 
26
    'name': 'Chinese/English Invoice',
27
27
    'version': '0.1',
28
28
    'category': 'custom',
29
29
    'sequence': 19,
30
 
    'summary': 'Bilingual Reports for Elico COrp',
 
30
    'summary': 'Chinese/English Bilingual Invoice Reports',
31
31
    'description': """
32
 
Custom Reports:
33
 
==================================================
34
 
 * Invoice
 
32
Chinese/English Bilingual Invoice Reports
35
33
    """,
36
34
    'author': 'Elico Corp',
37
 
    'website': 'http://www.openerp.net.cn',
 
35
    'website': 'http://www.elico-corp.com',
38
36
    'images' : [],
39
 
    'depends': ['stock', 'sale_stock','account'],
 
37
    'depends': ['account'],
40
38
    'data': [
41
39
        'elico_reports_view.xml',
42
40
    ],