[IMP] event_speaker: change name of field

This commit is contained in:
clementthomas
2023-12-13 14:00:47 +01:00
parent e2fe8aba56
commit 8f54c21aa0
2 changed files with 2 additions and 2 deletions

View File

@@ -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>