Files
app-odoo/l10n_cn_standard_lastest/__manifest__.py
ivan deng 3a4ce339e0 opt chart
2019-04-14 20:35:19 +08:00

76 lines
2.6 KiB
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com <basic chart data>
# 维智众源 oldrev@gmail.com <states data>
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart>
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
# Copyright (C) 2017-now jeffery9@gmail.com
# Copyright (C) 2018-11 广州尚鹏 http://www.sunpop.cn
{
'name': '2019最新中国企业会计表.Latest Chinese Accounting.',
'version': '11.19.03.29',
'author': 'Sunpop.cn',
'category': 'Localization',
'website': 'http://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 12,
'summary': """
Chinese enhance. Focus on account chart.
update tax.
add account chart group data.
Set account group.
Set chinese tax.
Set chinese account report.
""",
'description': """
最新中国化财务,主要针对标准会计科目表作了优化。
1. 2019最新会计科目表处理营改增后会计科目调整。更新至最新税率。
2. 将菜单中设置为"财务"
3. 补充分类及标签信息。
4. 更新税信息。
5. 增加树状结构,可设置上级科目,配合 "app_web_superbar" 使用可轻易实现树状导航。
6. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译主要体现在16%增值税处理。
广州尚鹏Sunpop.cn
The Latest Chinese Account
Including the following data in the Accounting Standards for Business Enterprises
包含企业会计准则以下数据
* Chart of Accounts
* 科目表模板
* Account templates
* 科目模板
* Tax templates
* 税金模板
""",
'depends': [
'app_odoo_customize',
'account',
'l10n_cn',
],
'images': ['static/description/banner.png'],
'data': [
'views/account_account_views.xml',
'views/account_views.xml',
'data/chart_data.xml',
'data/account_account_tag_data.xml',
'data/account.group.csv',
'data/account.account.template.csv',
'data/account_tax_template_data.xml',
'data/account_chart_template_data.xml',
'data/account_chart_template_data.yml',
],
'post_init_hook': 'post_init_hook',
'installable': True,
'application': True,
'auto_install': False,
}