[Tinyerp-users] Re: Tree view Limit = 80

2007-09-10 Thread forum-user
Yumi wrote: What does orm stand for? Object Relational Manager or something like that. Every load and save everywhere calls methods in this. Regards, Geoff Seath Solutions Ltd (http://www.seathsolutions.com) ___

Re: [Tinyerp-users] Re: Tree view Limit = 80

2007-09-10 Thread Cédric Krier
On 10/09/07 09:16 +0200, [EMAIL PROTECTED] wrote: Yumi wrote: What does orm stand for? Object Relational Manager or something like that. Every load and save everywhere calls methods in this. The limit comes from the client. -- Cédric Krier Tiny sprl Chaussée de Namur, 40 B-1367

[Tinyerp-users] Re: Tree view Limit = 80

2007-09-10 Thread forum-user
Since Cédric must be right but doesn't provide the answer I performed another search in the code and fount something interesting in: widget_search/form.py: form.py#58;nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; self.spin_limit.set_adjustment#40;gtk.Adjustment#40;value=80, lower=1,

[Tinyerp-users] Re: Tree view Limit = 80

2007-09-10 Thread forum-user
Michael, In versions 3.x and before(?) That limit was 200. After that it was lowered. However I would stick with the 80 limit. You can always create a tree view of a longer list for the few cases in which you want all your data on screen. Also, the new 4.2 version has a very nice search tool

[Tinyerp-users] Re: Tree view Limit = 80

2007-09-09 Thread forum-user
This line exists in a number of files, e.g. product.py. I changed with no effect. But maybe orm.py is the one. What does orm stand for? Michael ___ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users

Re: [Tinyerp-users] Re: Tree view Limit = 80

2007-09-09 Thread Andrew Latham
Object Relation(al) Mapping http://en.wikipedia.org/wiki/Object-relational_mapping On 9/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This line exists in a number of files, e.g. product.py. I changed with no effect. But maybe orm.py is the one. What does orm stand for? Michael