Base Wip
by KMEE https://github.com/KMEE/kmee-odoo-addons , Odoo Community Association (OCA) https://github.com/KMEE/kmee-odoo-addonsAvailability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 522 |
Technical Name |
base_wip |
License | AGPL-3 |
Website | https://github.com/KMEE/kmee-odoo-addons |
Base Wip
This module implements basic functionalities for Work in Progress (WIP) management in Odoo.
It provides a base structure that allows:
- Marking records as “work in progress” (WIP)
- Tracking work status of different records
- Integration with other modules to extend specific WIP functionalities
Table of contents
Use Cases / Context
Work in Progress (WIP) control is essential for:
- Improving activity progress visibility
- Avoiding work duplication
- Facilitating resource management
- Identifying process bottlenecks
This module serves as a foundation for other modules that need to implement WIP control in their specific functionalities.
Configuration
To use this module:
- Install the module normally through the Odoo interface
- No additional configuration is required for basic functionalities
- For modules that depend on this one, refer to each module’s specific documentation
Usage
This module is a foundation for other modules and has no end-user interface of its own.
Developers can extend this module to add WIP functionalities in their own modules through:
- Inheritance of the base.wip.mixin model
- Implementation of callback functions for state control
- Addition of domain-specific fields and logic
For implementation examples, check the modules that depend on this one.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- KMEE
Contributors
- Luis Felipe Miléo mileo@kmee.com.br
Maintainers
This module is part of the KMEE/kmee-odoo-addons project on GitHub.
You are welcome to contribute.
Please log in to comment on this module