[Tinyerp-users] Tree view Limit = 80

2007-09-09 Thread forum-user
Tree views have a default Limit to display 80 Records. I am still looking for the place to change this limit. It is not in the view and the Limit of 80 I changed in product.py did not influence this. Michael ___ Tinyerp-users mailing list

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

2007-09-09 Thread Cédric Krier
On 09/09/07 14:16 +0200, [EMAIL PROTECTED] wrote: Tree views have a default Limit to display 80 Records. I am still looking for the place to change this limit. It is not in the view and the Limit of 80 I changed in product.py did not influence this. You can change it in the client

[Tinyerp-users] Module account_account

2007-09-09 Thread forum-user
Hello, in the modules repository of the tinyerp-server-4.2.0-rc2 I found the module account_account which aims to remove the minimal account chart. Is there a change in the accounting paradigm of connecting all Standard accounts to the minimal account chart as mentioned in the Wikipage

[Tinyerp-users] Expanding Partner fields and views

2007-09-09 Thread forum-user
I would like to expand the fields available in the Partner for use in a specific business domain as well as the Partner Contacts. I also would like the new fields displayed in the views. I read through this post http://tinyerp.org/forum/topic4540.html?highlight=inherit%20partner which was

Re: [Tinyerp-users] Expanding Partner fields and views

2007-09-09 Thread Cédric Krier
On 09/09/07 17:23 +0200, [EMAIL PROTECTED] wrote: I would like to expand the fields available in the Partner for use in a specific business domain as well as the Partner Contacts. I also would like the new fields displayed in the views. I read through this post

[Tinyerp-users] Re: pos

2007-09-09 Thread melodie
Actually, on sunday 9th, there is no file such as __init__.py in the pos package. $ ls -lR .: total 64 -rw-r--r-- 1 melodie users 213 avr 2 17:31 __init__.pyc -rw-r--r-- 1 melodie users 731 avr 26 14:25 __terp__.py -rw-r--r-- 1 melodie users 981 mai 14 17:07 __terp__.pyc

[Tinyerp-users] Re: Expanding Partner fields and views

2007-09-09 Thread forum-user
greno wrote: ... the best way to do this may be to create a custom module that would inherit and override the partner and partner contact adding the new fields and also creating new view files. Is this possible? And if so what exactly would need to be modified? ... This is very much

[Tinyerp-users] views: adding domain to restrict result set

2007-09-09 Thread forum-user
I have defined a view that lists partners. Now I would like to add a domain field that will restrict the view to those partners in a certain category. How can you do this using the domain? record fieldPartner/field fieldres.partner/field

[Tinyerp-users] Re: Expanding Partner fields and views

2007-09-09 Thread forum-user
Hi Geoff, Thanks, that would be great. I'm also debating whether to implement this using properties. Is there a way to group properties so that in a view you lookup one key and then all the related property fields get populated? Gerry ___

[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

[Tinyerp-users] properties: cannot attach external properties

2007-09-09 Thread forum-user
I created a new module and overrode res.partner so that I could attach an external property from my new module to it. py: class res_partner(osv.osv): _name = 'res.partner' _inherit = 'res.partner' _columns = { 'property_mynewobject_somefield': fields.property(

[Tinyerp-users] Re: views: adding domain to restrict result set

2007-09-09 Thread forum-user
Thanks Pedro. When I change the domain line to this: nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp;field name=domain#91;'category','=','My Partners'#93;/field I now get this error: Traceback (most recent call last): File /usr/lib/python2.5/site-packages/tinyerp-server/netsvc.py, line