TIP: You can type at any time to perform a new search.
Agreement - Project
agreement_project · OCA/agreement
- Repository
- OCA/agreement · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Contract
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/agreement
- Last tracking update
- 2026-08-07 09:06:33
- Authors
- Odoo Community Association (OCA), Open Source Integrators, Yves Goldberg (Ygol Internetwork)
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators, Yves Goldberg (Ygol Internetwork)
- Committers
- Vincent Van Rossem, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Odoo Agreement App does not provide an easy way to access project tasks related to an agreement. Some organizations needs to have a quick access to project tasks to track the performance of an agreement. This module allows you to link a project task to an agreement and adds a smart button on the agreement to look at the list of related project tasks.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
agreement_form |
agreement.form.task | agreement | form | Inherits agreement.agreement_form |
edit_project_agreement |
project.project.form.agreement | project.project | form | Inherits project.edit_project |
view_task_form2_agreement |
project.task.form.agreement | project.task | form | Inherits project.view_task_form2 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
project_idsOne2many → project.projectstring='Projects' args: 'project.project', 'agreement_id' -
task_countIntegercompute='_compute_task_count' args: '# Tasks'
No public methods.
New fields (1)
-
agreement_idMany2one → agreementargs: 'agreement', 'Agreement'
No public methods.
New fields (1)
-
agreement_idMany2one → agreementrelated='project_id.agreement_id'store=Truestring='Agreement' args: 'agreement'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…