Thanks! Sometimes I still forget the flexibility offered by Python..
On 2 Δεκ, 16:12, mdipierro <[email protected]> wrote: > You should be able to do > > db.unit.label=Τ('physics units') > > > > I think it would be nice and coherent if it was possible to set an > > additonal attribute to atablewith its 'label'. Something like: > > db.units.label > > > So I propose maybe something like: > > db.define_table('unit',label=Τ('physics units'), > > Field(..),.. ) > > > On Dec 2, 9:11 am, mdipierro <[email protected]> wrote: > > > > There is no "label" for thetablebecause the name of thetabledoes > > > not show up in any generated forms except, as you say, in appadmin. > > > But appadmin is not quite the same of Django admin. It is designed for > > > the administrator, not for the users. > > > > Massimo > > > > On Dec 2, 12:48 am, Kostas M <[email protected]> wrote: > >

