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

« back to all changes in this revision

Viewing changes to l10n_cn_report_purchase/__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:
4
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6
6
#    Copyright (c) 2010-Today Elico Corp. All Rights Reserved.
7
 
#    Author: Chen Puyu <chen.puyu@elico-corp.com>
 
7
#    Author: Lin Yu <lin.yu@elico-corp.com>
8
8
#
9
9
#    This program is free software: you can redistribute it and/or modify
10
10
#    it under the terms of the GNU Affero General Public License as
23
23
 
24
24
 
25
25
{
26
 
    'name': 'Elico Purchase Reports',
 
26
    'name': 'Chinese/English PO',
27
27
    'version': '0.1',
28
28
    'category': 'custom',
29
29
    'sequence': 19,
30
 
    'summary': 'Purchase Reports for Elico Corp',
 
30
    'summary': 'Chinese/English Bilingual PO Reports',
31
31
    'description': """
32
 
Custom Reports:
33
 
==================================================
34
 
 * Invoice
 
32
Chinese/English Bilingual PO Reports
35
33
    """,
36
34
    'author': 'Elico Corp',
37
 
    'website': 'http://www.openerp.net.cn',
 
35
    'website': 'http://www.elico-corp.com',
 
36
 
38
37
    'images': [],
39
 
    'depends': ['stock', 'sale_stock', 'account'],
 
38
    'depends': ['purchase'],
40
39
    'data': [
41
40
        'elico_reports_view.xml',
42
41
    ],