Hello Bruno,I´m implementing powertables and can´t get it to show a reference field correctly.
In my models:
Field('f_customer', type='reference t_customer',
label=T('Customer'), represent = lambda id:
db.t_customer(id).f_internal_name),
But when opening the Details it shows the ID. It works great on the main row. Kenneth

