5sControl / 5sControl/5s-backend
[8 -h.] odoo - orders view connection
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Получить из odoo необходимые данные для корректного отображения выполненной операции в orders view (название продукта, название заказа, названия операций, фактическое время начала выполнения операции, фактическое время окончания выполнения операции)
Contributor 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