Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:09:19
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, OCA-git-bot, oca-ci, Pablo Castelo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
edit_project_inherit_project_sale_order_link edit.project.inherit.project.sale.order.link project.project Inherits project.edit_project
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • order_line_link_ids Many2many → sale.order.line
    compute='_compute_order_link_ids' compute_sudo=True store=True args: 'sale.order.line', 'project_project_sale_order_line_related_rel'
  • sale_order_link_ids Many2many → sale.order
    compute='_compute_order_link_ids' compute_sudo=True store=True args: 'sale.order', 'project_project_sale_order_related_rel'
Public methods (1)
  • action_view_so_link(self)

Loading…