Hello, I added an uuid field to my tables to allow to merge dababases:
Field('uuid',default=web2py_uuid(),writable = False),
The problem I find is that the uuid field now shows in the crud.create
forms. I tried to set the uuid readable property to
False but in doing so the crud.create form not only shows the uuid
field but it also allows editing the field.
I would appreciate any help on this. Many thanks!
Clara

