[IMP] event_speaker: change name of field
This commit is contained in:
@@ -5,6 +5,6 @@ from odoo import fields, models
|
||||
class EventEvent(models.Model):
|
||||
_inherit = "event.event"
|
||||
|
||||
speakers = fields.Many2many(
|
||||
speaker_ids = fields.Many2many(
|
||||
'res.partner', string="Speakers"
|
||||
)
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="Speakers">
|
||||
<field name="speakers" />
|
||||
<field name="speaker_ids" />
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
|
Reference in New Issue
Block a user