6 lines
91 B
Python
6 lines
91 B
Python
from odoo import models
|
|
|
|
|
|
class CrmLeadCustomTien(models.Model):
|
|
_inherit = "crm.lead"
|