4 Star 17 Fork 14

XOdoo开源市场/Odoo16免费应用

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__manifest__.py 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
100china 提交于 2023-10-26 20:34 +08:00 . 工作流与演示
# -*- coding: utf-8 -*-
# &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
# odoo16
# QQ:35350428
# 邮件:35350428@qq.com
# 手机:13584935775
# 作者:'Amos'
# 公司网址: www.xodoo.cn
# Copyright 昆山一百计算机有限公司
# 日期:2023-09-16
# &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
{
'name': "销售-审批",
'summary': """多级审核""",
'author': "Amos",
'website': "www.xodoo.cn",
'category': '中台应用/审核',
'sequence': 10,
"application": True,
'version': '0.1',
"depends": ['workflow','sale'],
'price': '200',
'currency': 'CNY',
'data': [
'views/sale_order.xml'
],
'description': """
菜单侧边单显示
""",
'application': False,
'auto_install': False,
'license': 'LGPL-3',
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xodoo/free16.git
git@gitee.com:xodoo/free16.git
xodoo
free16
Odoo16免费应用
master

搜索帮助