On Dec 2, 2012, at 7:35 PM, Cédric Krier <[email protected]> wrote:
> It could be possible to cache the default_get method but I'm not sure it > is a correct solution. I think it is better to say, you have to create > the singleton. Also I think it is the Property field that are slow and > they should be replace by explicit Function field using a new table with > real foreign key. Property fields are probably one of the slowest components and the bottleneck appears to be the entity attribute value model on ir.property +1 for replacing configuration singletons with function fields and an intersection table with fk to company and the related model. Thanks Sharoon Thomas -- -- [email protected] mailing list
