For my own module, i adjusted the event.booth.
However, when i click on save, i get the error required field event.event not selected in field event.booth
https://vimeo.com/748701130
Here is the code:
https://pastebin.com/LC6pWijg
What am i doing wrong?
i could not see event_id many2one field in your event.booth module. make sure that Veranstaltung is event_id field.
@CandidRoot Solutions Private Limited
That's because I am inheriting the standard event.booth module. There, every event.booth already has an event_id and since i am inheriting from it, I dont have to add it myself, right?