[IMP] event_speaker:
remove speaker_ids from event_event
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class EventEvent(models.Model):
|
||||
_inherit = "event.event"
|
||||
|
||||
speaker_ids = fields.Many2many(
|
||||
'res.partner', string="Speakers"
|
||||
)
|
Reference in New Issue
Block a user