[NEW] pad_hedgedoc_leads: create addon
This commit is contained in:
9
pad_hedgedoc_leads/models/hedgedoc_pad.py
Normal file
9
pad_hedgedoc_leads/models/hedgedoc_pad.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields, _
|
||||
|
||||
|
||||
class HedgedocPad(models.Model):
|
||||
_inherit = "hedgedoc.pad"
|
||||
|
||||
lead_id = fields.Many2one("crm.lead", string=_("Associated opportunity"), copy=True)
|
Reference in New Issue
Block a user