I would like to call my server actions by name and not by id.
Rest_av, id 640, for example:
<button name="640" string="Avançar" type="action"/>
Id obviously works fine, I've tried with
<button name="%(Rest_av)d" string="Avançar" type="action"/>
<button name="Rest_av" string="Avançar" type="action"/>
But is not working. What is the correct syntax?
If is not possible (but it should be) I would like to create my server actions with predetermined id numbers.