~openerp-chinese-team/openerp-china/openerp-china

« back to all changes in this revision

Viewing changes to oecn_account_print/__openerp__.py

  • Committer: JoshuaJan
  • Date: 2012-10-17 01:52:17 UTC
  • Revision ID: popkar77@gmail.com-20121017015217-dlh3h6tij3pqc72d
new module web_company_logo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    "name" : "Print all chinese account documents for legal requirements",
30
30
    "version" : "2.0",
31
31
    "description" : '''
 
32
    ========================
 
33
    中国财务报表打印模块
 
34
    增加视图:
 
35
        中国凭证
 
36
    增加报表
 
37
        总账
 
38
        现金日记账
 
39
        外币日记账
 
40
        往来明细账
 
41
          
 
42
    ========================
32
43
    In china, all account documents need to be printed and keep for internal
33
44
    or external audit. So this module will print following account documnets
34
45
    with china standard format:
59
70
                    "wizard/oecn_account_print_wizard_view.xml",
60
71
                    "report/oecn_account_print_report.xml",
61
72
                    "oecn_account_print_view.xml",
 
73
                    "report/account.financial.report.csv"
62
74
    ],
63
75
    "installable" : True,
64
76
    "certificate" : "",