• Stars
    star
    159
  • Rank 234,582 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Odoo系统集成钉钉

Odoo16系统集成钉钉

项目介绍

本项目是一套基于Odoo平台开发的一个集成阿里钉钉应用。

安装运行

在安装模块前,务必先安装额外的三方库(requirements.txt)文件中,安装方式示例:

pip3 install -r $PATH/requirements.txt 注意$PATH为你的实际路径!

特别强调要在运行odoo的python3中安装依赖项

先在测试环境中测试无误后再到生产环境中安装!!!

说明文档

如何创建钉钉应用以及配置免密登录

交流

钉钉 开发/需求/交流群:42198722

模块列表

├─dingtalk2_approval    # 工作流模块
├─dingtalk2_attendance  # 考勤模块
├─dingtalk2_base        # 基础模块
├─dingtalk2_contacts    # 联系人模块
├─dingtalk2_login       # 钉钉登录模块