27 Star 85 Fork 32

Jone.x / oejia_weshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
__manifest__.py 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Jone.x 提交于 2021-04-28 13:05 . 增加镜像小程序的支持
# -*- coding: utf-8 -*-
{
'name': "OE商城",
'version': '1.0.0',
'category': '',
'summary': 'Odoo OE商城,电商、小程序商城',
'author': 'Oejia',
'website': 'http://www.oejia.net/',
'depends': ['base', 'mail', 'sale'],
'external_dependencies': {
'python': ['Crypto', 'xmltodict', 'itsdangerous'],
},
'data': [
'security/res_groups.xml',
'security/ir.model.access.csv',
'views/parent_menus.xml',
'data/crm_team_datas.xml',
'views/oe_shipper_views.xml',
'views/oe_province_views.xml',
'views/oe_city_views.xml',
'views/oe_district_views.xml',
'views/wxapp_config_views.xml',
'views/wxapp_banner_views.xml',
'views/wxapp_user_views.xml',
'views/wxapp_product_category_views.xml',
'views/wxapp_payment_views.xml',
'views/wxapp_confirm_views.xml',
'views/wxapp_notice_views.xml',
'views/product_template_views.xml',
'views/sale_order_views.xml',
'data/wxapp_config_datas.xml',
'data/product_product_datas.xml',
'data/res_partner_category_datas.xml',
],
'demo': [
],
'images': [],
'description': """oejia_weshop 是 Odoo 电商基础模块,对接微信小程序实现的微商城应用
""",
'license': 'GPL-3',
}
Python
1
https://gitee.com/jone/oejia_weshop.git
git@gitee.com:jone/oejia_weshop.git
jone
oejia_weshop
oejia_weshop
13.0

搜索帮助