maxmilian/dsh-odoo1

dsh-odoo

Read-only Odoo tools for DeepSeek Harness, with an opt-in restricted draft-create tool.

AI 分析

核心用途是让智能体对接 Odoo ERP 系统进行数据读取或草稿创建。适合使用 Odoo 进行企业资源管理、并希望通过 AI 辅助查询业务数据的用户。需配置 Odoo 凭据。

パッケージ
dsh-odoo
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/26

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:maxmilian/dsh-odoo

ドキュメント

README 全文を読む ↗

Configuration

Environment variables are recommended so credentials do not appear in a profile patch:

export ODOO_URL='https://odoo.example.com'
export ODOO_DB='production'
export ODOO_USERNAME='integration@example.com'
export ODOO_API_KEY='your-api-key'

Plugin config takes precedence over environment variables:

ConfigEnvironment fallbackDefault
baseUrlODOO_URLrequired
dbODOO_DBrequired
usernameODOO_USERNAMErequired
apiKeyODOO_API_KEYrequired
companyIdODOO_COMPANY_IDunset
allowWritenone (deliberately)false
localenoneen (en / zh-TW / zh-CN / ja)
defaultLimitnone20 (1–100)
requestTimeoutMsnone30000 (1–300000)
maxResponseBytesnone1000000 (1–52428800)

Credentials are only required when a tool actually runs: installing the plugin without filling them in does not break profile loading. locale switches tool and parameter descriptions; tool names and error messages always stay in English.