I am trying to install my module on a new instance (odoo15, the previous one was also odoo 15) But I get this Error
ValueError: External ID not found in the system: rectanglemaps.act_view_booth_from_halle
I have researched and it looks like I am declaring my views in the wrong order?
This is where I define the act_view_booth_from_halle
It is directly above where I am trying to use it like this (in the button) (I have left out the rest to reduce the size of this post)

Maybe the %d is wrong?
I am a bit confused tho, because it works on the other instance
Thank you for your help