oca-crm/odoo-bringout-oca-crm-crm_project_task/crm_project_task/models/project_task.py
Ernad Husremovic 0608132c9e Add oca-crm submodule with 26 CRM modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:44:33 +02:00

10 lines
239 B
Python

# Copyright 2023 Moduon Team S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
from odoo import fields, models
class CrmLead(models.Model):
_inherit = "project.task"
lead_id = fields.Many2one("crm.lead")