5sControl / 5sControl/5s-backend
[8 -h.] odoo - orders view connection
- 主要语言
- Python
- 星标
- 2
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Получить из odoo необходимые данные для корректного отображения выполненной операции в orders view (название продукта, название заказа, названия операций, фактическое время начала выполнения операции, фактическое время окончания выполнения операции)
贡献指南
调研方向
The issue requires integrating the Django backend with Odoo's API to fetch specific order and operation data. Start by examining the existing Odoo integration code, likely in a module like `odoo_client.py` or `integrations/`. You'll need to understand the Odoo models for products, orders, and manufacturing operations. The goal is to extend the backend's orders view endpoint to include the new fields. Check for any existing API views in `views.py` related to orders. 'Done' means the orders view returns the new data points correctly.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, backend, databases
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100