| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Project (project)
• Discuss (mail) |
| Lines of code | 22 |
| Technical Name |
project_task_res_partner_building |
| License | LGPL-3 |
| Website | https://github.com/avanzosc/project-addons |
Project Task Building
Overview
The Project Task Building module extends the standard Odoo Project application by adding a new field to associate tasks with specific buildings (represented by res.partner records).
Features
- Adds a new field "Building" (building_id) to project tasks.
- The field is displayed in the task form view, just after the Customer (partner_id) field.
- The Building is a Many2one relation to res.partner, allowing reuse of existing partner records for building identification.
Use Case
This is particularly useful for construction, property management, or maintenance companies where each task must be linked to a specific building.
For example: - A maintenance request can be assigned to a task and associated with the building it belongs to. - Projects spanning multiple buildings can track individual tasks per location.
Usage
- Go to Project > Tasks.
- Open any task form.
- You will find a new field labeled Building after the Customer field.
- Select a partner record that represents the building related to this task.
Configuration
No additional configuration is required after installation.
Bug Tracker
If you find any issues or bugs, please report them at: https://github.com/avanzosc/project-addons/issues
Credits
Contributors
- Ana Juaristi <anajuaristi@avanzosc.es>
- Unai Beristain <unaiberistain@avanzosc.es>
License
This module is licensed under the LGPL-3 License.
See: https://www.gnu.org/licenses/lgpl-3.0.html
Please log in to comment on this module