blob: 44f28990261dcd506e958bcda7513ca34b72dd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Copyright (C) 2018-now jeffery9@gmail.com
{
'name': 'China - City Data',
'version': '1.8',
'category': 'Accounting/Localizations',
'author': 'Jeffery Chen Fan<jeffery9@gmail.com>',
'description': """
Includes the following data for the Chinese localization
========================================================
City Data/城市数据
""",
'depends': ['l10n_cn','base_address_city'],
'data': [
'data/res_city_data.xml',
],
'license': 'LGPL-3',
}
|