59 lines
1.6 KiB
Markdown
59 lines
1.6 KiB
Markdown
===============================
|
|
maintenance_project_task_domain
|
|
===============================
|
|
|
|
This module adjusts the domain applied to the task field on maintenance requests
|
|
in order to limit selection to tasks in any of unfolded stages only.
|
|
|
|
When linking a maintenance request to a project task, the default behavior shows
|
|
all tasks from the project. This module filters out tasks that are in folded
|
|
stages (typically completed or cancelled tasks), making it easier to select
|
|
relevant active tasks.
|
|
|
|
# Installation
|
|
|
|
Use Odoo normal module installation procedure to install
|
|
`maintenance_project_task_domain`.
|
|
|
|
This module depends on `maintenance_project` and will be auto-installed when
|
|
that module is present.
|
|
|
|
# Configuration
|
|
|
|
No configuration is needed. The module automatically applies the domain filter
|
|
to the task field on maintenance request forms.
|
|
|
|
# Usage
|
|
|
|
1. Go to Maintenance > Maintenance Requests
|
|
2. Create or edit a maintenance request
|
|
3. When selecting a task in the "Task" field, only tasks from unfolded stages
|
|
will be displayed
|
|
|
|
# Known issues / Roadmap
|
|
|
|
- Consider making the stage filter configurable via settings
|
|
|
|
# Bug Tracker
|
|
|
|
Bugs are tracked on
|
|
[our issues website](https://git.elabore.coop/Elabore/maintenance-tools/issues). In
|
|
case of trouble, please check there if your issue has already been reported. If you
|
|
spotted it first, help us smashing it by providing a detailed and welcomed feedback.
|
|
|
|
# Credits
|
|
|
|
## Contributors
|
|
|
|
- Quentin Mondot
|
|
|
|
## Funders
|
|
|
|
The development of this module has been financially supported by:
|
|
|
|
- Elabore (https://elabore.coop)
|
|
|
|
## Maintainer
|
|
|
|
This module is maintained by Elabore.
|