Hi Anthony, Thanks for you reply. Making name a string solved the problem:
fields_list.append(Field(name='s' + str(r.nav.id),type='boolean',default=r. nodeNav.frontend,label=r.nav.name)) Kind regards, Annet --
Hi Anthony, Thanks for you reply. Making name a string solved the problem:
fields_list.append(Field(name='s' + str(r.nav.id),type='boolean',default=r. nodeNav.frontend,label=r.nav.name)) Kind regards, Annet --