Re: [tryton] CSV import

2014-11-26 Thread Cédric Krier
On 26 Nov 18:40, Jan Grasnick wrote: > Am Mittwoch, den 26.11.2014, 18:07 +0100 schrieb Cédric Krier: > > On 26 Nov 17:37, Jan Grasnick wrote: > > > For adding taxes there is > > > http://review.gewinnmonitor.de/account_statement_tax where you can add a > > > tax on each statement line which will t

Re: [tryton] CSV import

2014-11-26 Thread Jan Grasnick
Am Mittwoch, den 26.11.2014, 18:07 +0100 schrieb Cédric Krier: > On 26 Nov 17:37, Jan Grasnick wrote: > > For adding taxes there is > > http://review.gewinnmonitor.de/account_statement_tax where you can add a > > tax on each statement line which will than be used for generating moves. > > I'm not s

Re: [tryton] Getting error when change to second view on a wizard

2014-11-26 Thread Cédric Krier
On 26 Nov 08:56, jmartin wrote: > Hi, > > I'm developing a module with a wizard splitted into 3 steps with its own > views. I developed the first two views separately and when I load each one > separately (both of them at first step), they work fine. The problem is > that when I load the second

Re: [tryton] CSV import

2014-11-26 Thread Cédric Krier
On 26 Nov 17:37, Jan Grasnick wrote: > For adding taxes there is > http://review.gewinnmonitor.de/account_statement_tax where you can add a > tax on each statement line which will than be used for generating moves. > I'm not shure if my way is the right one - it would be nice if someone > with know

[tryton] Getting error when change to second view on a wizard

2014-11-26 Thread jmartin
Hi, I'm developing a module with a wizard splitted into 3 steps with its own views. I developed the first two views separately and when I load each one separately (both of them at first step), they work fine. The problem is that when I load the second after the first, it raises this traceback.

Re: [tryton] CSV import

2014-11-26 Thread Jan Grasnick
Am Mittwoch, den 26.11.2014, 06:58 -0800 schrieb Oscar Tark: > Hello!, > > > We are now working with the bank statement module. I myself am not > sure if it is better to put statements as attachments and important > transactions(usually all) in the "lines" manually. Though putting the > statement

Re: [tryton] Using functional operators from python-sql in domain clauses

2014-11-26 Thread Cédric Krier
On 26 Nov 08:01, M. Murray wrote: > Are there any examples of how to use the functional operators from > python-sql in a domain clause? Is it even possible? What do you name "fonctional operators"? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: h

Re: [tryton] Using functional operators from python-sql in domain clauses

2014-11-26 Thread Jean C
2014-11-26 17:01 GMT+01:00 M. Murray : > Are there any examples of how to use the functional operators from > python-sql in a domain clause? Is it even possible? Usually you would convert your domain to something like : [('id', 'in', my_sql_query)] Or you could define a function field with a s

[tryton] Using functional operators from python-sql in domain clauses

2014-11-26 Thread M. Murray
Are there any examples of how to use the functional operators from python-sql in a domain clause? Is it even possible?

[tryton] CSV import

2014-11-26 Thread Oscar Tark
Hello!, We are now working with the bank statement module. I myself am not sure if it is better to put statements as attachments and important transactions(usually all) in the "lines" manually. Though putting the statement as an attachment nullifies the concept. I am seeing the CSV imports, pr