1 Star 0 Fork 49

清水无形/accountcore

forked from 麦琪/accountcore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
__manifest__.py 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
antdesinger 提交于 2019-09-25 12:29 . close #74 明细科目开关
# -*- coding: utf-8 -*-
{
'name': "AccountCore",
'summary': """
一个独立的中国会计模块""",
'description': """
和odoo自带的会计模块完全无关。以简单、直接、易用、智能为设计原则。没有繁琐的初始化和配置,不用结账和反结账、过账等冗余操作是中国会计的最佳实践。
""",
'author': "黄虎",
'website': "http://www.baidu.com",
'category': 'accountcore',
'version': '0.1',
'depends': ['base', 'web'],
'application': True,
'images': ['static/description/icon.png'],
'data': [
'views/assetsAdd_templates.xml',
'security/users.xml',
'views/views.xml',
'report/voucher_print_templates.xml',
'report/account_balance_report_template.xml',
'report/account_subsidiary_book_template.xml',
'views/reports.xml',
'views/autoNumber.xml',
'views/menu.xml',
'data/default_data.xml',
'data/help_data.xml',
'security/ir.model.access.csv',
],
'qweb': [
'views/btn_templates.xml',
'static/xml/jexcel.xml',
'static/xml/base_extend.xml',
],
'css': [
'static/css/accountcore.css',
'static/css/jexcel.css',
'static/css/jsuites.css',
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jhua_lu/accountcore.git
git@gitee.com:jhua_lu/accountcore.git
jhua_lu
accountcore
accountcore
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385