So does that mean tables defined before:
db._common_fields=[Field('request_precinct',default=request.env.http_host,writable=False,readable=False)]Don't get populated with the common field? If so that's great, lets you define which tables get fields, or even have several levels of "common fields". On Jun 26, 3:44 pm, villas <[email protected]> wrote: > The tables defined with a request_tenant field have the multi-tenant > feature. > If you want a 'global' table, then define it before you start using the > request_tenant field.

