2 Star 0 Fork 0

DTCloud开源社区 / dt_open_source_community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
__manifest__.py 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2022-08-19 14:04 . first commit
# -*- coding: utf-8 -*-
# &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
# DTCloud v2.0
# QQ:35350428
# 邮件:35350428@qq.com
# 手机:13584935775
# 作者:'Amos'
# 公司网址: www.dtcloud360.com
# Copyright 中亿丰数字科技有限公司 2012-2022 Amos
# 日期:2022-06-22
# &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
{
'name': '开源社区应用下载',
'summary': '用户通过移动端购买下载应用',
'version': '1.0',
'category': '中台应用/电商',
'sequence': 0,
'author': 'Amos',
'website': 'http://www.dtcloud360.com',
'license': 'LGPL-3',
'price': '10',
'currency': 'USD',
'depends': ['base','web'],
'data': [
'views/ir_ui_menu.xml',
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': True,
'auto_install': True,
'assets': {
'web.report_assets_common': [
'dt_open_source_community/static/templates/**/**/*',
],
'web.assets_backend': [
'dt_open_source_community/static/src/js/iframe_apps.js',
],
},
'description': """""",
}
1
https://gitee.com/dtcloud360/dt_open_source_community.git
git@gitee.com:dtcloud360/dt_open_source_community.git
dtcloud360
dt_open_source_community
dt_open_source_community
master

搜索帮助