1 Star 0 Fork 2

alangwansui/payment_alipay

forked from oycl/payment_alipay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
__manifest__.py 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
yueqin 提交于 2017-02-06 22:53 . create
# -*- coding: utf-8 -*-
{
'name': 'Alipay Payment Acquirer',
'author':'yueqin-odooyun',
'category': 'Accounting',
'summary': 'Payment Acquirer: Alipay Implementation',
'website':'https://odooyun.com',
'version': '1.0',
'description': """Alipay Payment Acquirer,支付宝支付模块,用于支付宝即时收款功能,此模块中借鉴了官方paypay模块的部分写法 """,
'depends': ['payment'],
'data': [
'views/payment_views.xml',
'views/payment_alipay_templates.xml',
'views/account_config_settings_views.xml',
'data/payment_acquirer_data.xml',
],
'installable': True,
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/alangwansui/payment_alipay.git
[email protected]:alangwansui/payment_alipay.git
alangwansui
payment_alipay
payment_alipay
master

搜索帮助