[IMP] big refactoring :

use event_type instead of product_product
This commit is contained in:
clementthomas
2024-01-09 11:55:20 +01:00
parent a47ac870c1
commit c3acf2065e
7 changed files with 22 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ from odoo import fields, models
class CrmLead(models.Model):
_inherit = "crm.lead"
event_products_ids = fields.Many2many('product.product', string='Event product')
event_type_ids = fields.Many2many('event.type', string='Formation')
def action_view_survey_user_input_id(self):