[tryton] regarding report

2012-11-17 Thread mohit sarla
Hi, i want to import image on report from image field .how can i do it? -- -- tryton@googlegroups.com mailing list

Re: [tryton] Analytic Accounts 2.4.2

2012-10-30 Thread mohit sarla
not accounts exist? Simon -- -- tryton@googlegroups.com mailing list -- Mohit Sarla -- -- tryton@googlegroups.com mailing list

[tryton] Many2One

2012-10-29 Thread mohit sarla
Can we make the default function of Many2One field?? If yes then how i insert value in that field by using default function??? -- -- tryton@googlegroups.com mailing list

Re: [tryton] Many2One

2012-10-29 Thread mohit sarla
yes...thank you.. On Mon, Oct 29, 2012 at 3:16 PM, Raimon Esteve raimonest...@gmail.com wrote: 2012/10/29 mohit sarla mohitsa...@gmail.com: Can we make the default function of Many2One field?? If yes then how i insert value in that field by using default function??? return list ids return

Re: [tryton] print report to csv

2012-10-19 Thread mohit sarla
wrote: Dear all How can I print my report system tryton to csv file... -- -- tryton@googlegroups.com mailing list -- Mohit Sarla -- -- tryton@googlegroups.com mailing list

Re: [tryton] Creating this search doman

2012-09-28 Thread mohit sarla
dom = [ ['OR', [('lastname', '=', name)], [('firstname', '=', name)] ], this is write for all the records of a model for which one or both of two fields have the same value On Fri, Sep 28, 2012 at 4:37 PM, mohit sarla mohitsa

[tryton]

2012-07-09 Thread mohit sarla
ERROR:common.message:Traceback (most recent call last): File /trytond/protocols/jsonrpc.py, line 123, in _marshaled_dispatch response['result'] = dispatch_method(method, params) File /trytond/protocols/jsonrpc.py, line 156, in _dispatch res = dispatch(*args) File

Re: [tryton]

2012-07-09 Thread mohit sarla
simply i want generate the sequence.for example Like in party configuration. -- tryton@googlegroups.com mailing list

Re: [tryton] Adding fields

2012-06-05 Thread mohit sarla
yes it is possible by adding a simple date fields in our class. -- tryton@googlegroups.com mailing list