http://web2py.com/books/default/chapter/29/06#Common-fields-and-multi-tenancy Look at db._common_fields
On Monday, April 1, 2013 9:07:12 AM UTC-7, Sverre wrote: > > I have a query of N records for a grid like this one > > query = (db.locations.cid == static_cid) > > Every time I want to do a new record the cid field is empty and should not > be visible because the static_cid is stored into the auth_user table as a > part of a multi client software. How can I do it? > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

