5sControl / 5sControl/5s-backend

[8 -h.] odoo - orders view connection

未关闭
#416 2 条评论 0 个 reaction 已指派 1 人 已被 @Dimskay1988 认领 在 GitHub 查看
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。