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

5 by jeff
Change short codes of China states
1
# -*- encoding: utf-8 -*-
2
# __author__ = jeff@openerp.cn
3
##############################################################################
4
#
5
#    Copyright (C) 2009 Gábor Dukai
6
#
7
#    This program is free software: you can redistribute it and/or modify
8
#    it under the terms of the GNU General Public License as published by
9
#    the Free Software Foundation, either version 3 of the License, or
10
#    (at your option) any later version.
11
#
12
#    This program is distributed in the hope that it will be useful,
13
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
#    GNU General Public License for more details.
16
#
17
#    You should have received a copy of the GNU General Public License
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
#
20
##############################################################################
21
{
22
    "name" : "",
23
    "version" : "1.2",
24
    "category": "Localisation",
6 by jeff
pdf fonts replace, next step:_get_system_fonts
25
    "author" : "Shine IT",
5 by jeff
Change short codes of China states
26
    "maintainer":"jeff@openerp.cn",
27
    "website":"http://www.openerp.cn",
28
    "url":"http://www.openerp-china.org/wiki/index.php?title=L10n_cn",
29
    "description": """
30
        添加中国省份数据
31
        科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿
32
    """,
33
    "depends" : ["base","account"],
34
    'init_xml': [
35
        'base_data.xml',
36
    ],
37
    "demo_xml" : [],
38
    "update_xml" : [
39
        'account_chart.xml',
40
    ],
41
    "license": "GPL-3",
42
    "certificate":"",
43
    "active": False, 
44
    "installable": True
45
}
46
47
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
48