Project: Scrum / Production Scheduling Management Module for Odoo
Description:
A custom Odoo module built to manage production scheduling (or Scrum sprint planning) with an advanced wizard-based workflow. It allows users to select products, define durations, validate sequences, and allocate monthly quantities before committing data — providing a smooth, error-free experience.
Key Features:
Manage production schedules or Scrum sprints with multiple products
Duration sequence validation to ensure data consistency
Automatic calculation of minimum and maximum months
Interactive “Add Product” wizard to add items step by step
Temporary JSON storage inside the wizard to collect data before saving
Automatic creation of multiple product.duration.line records at once
Monthly allocation fields (January to December) for each product
Technologies Used:
Odoo (Python), Odoo ORM, PostgreSQL, XML (Views), Transient Models (Wizards), JSON Fields
My Role:
I developed both the main models and the interactive wizard. I implemented the validation logic, computed fields, JSON-based temporary storage, and final record creation mechanism to make the data entry process seamless and efficient.