Re: [tryton-dev] Insert Company logo to Report

2013-07-22 Thread Ralf Peschke
Hi Josias, Am 14.07.2013 05:11, schrieb Josias Pérez: Hi, I want to add a logo to the header on a report. When add a binary field on company and use it to display the image in the header, receive the follow message Traceback (most recent call last): File

[tryton-dev] [trytond] Improve MPTT performance

2013-07-22 Thread Code Review - New issues: vishesh.yadav
[trytond] Improve MPTT performance URL: http://codereview.tryton.org/993002/

Re: [tryton-dev] [trytond] Improve MPTT performance

2013-07-22 Thread Cédric Krier
On 22/07/13 10:56 -, Code Review - New issues: vishesh.yadav wrote: [trytond] Improve MPTT performance URL: http://codereview.tryton.org/993002/ This patch improvement the performence but at the cost of losing the usage of _order for numbering the tree. For now, I only see one usage for

[tryton-dev] Domain only in tree view

2013-07-22 Thread Jesús Martín Jiménez
Hi all, I have two fields One2Many pointing to the same model. Each one must have its own domain, so I tried to set them each domain in its field definition, but it doesn't work. When I saved the record, raises an error saying that the domain is not correct. Here is the code:

Re: [tryton-dev] Domain only in tree view

2013-07-22 Thread Cédric Krier
On 22/07/13 07:06 -0700, Jesús Martín Jiménez wrote: Hi all, I have two fields One2Many pointing to the same model. Each one must have its own domain, so I tried to set them each domain in its field definition, but it doesn't work. When I saved the record, raises an error saying that the