5sControl / 5sControl/5s-backend

[8 -h.] odoo - orders view connection

Open
#416 2 comments 0 reactions 1 assignee Claimed by @Dimskay1988 View on GitHub
Dominant language
Python
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Получить из odoo необходимые данные для корректного отображения выполненной операции в orders view (название продукта, название заказа, названия операций, фактическое время начала выполнения операции, фактическое время окончания выполнения операции)

Contributor guide

Open the contributing guide

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.