Re: [tryton-dev] How to reload tree view after run a wizard

2014-01-27 Thread Raimon Esteve
2014-01-24 Cédric Krier > On 24 Jan 15:05, oscar wrote: > > > > El 24/01/14 12:02, Raimon Esteve escribió: > > >Hello, > > > > > >I don'f find doc or exemple about this scenario: > > > > > >- Menu Account/Invoices - tree view - (or another menu / tree view) > > >- Select multi records - rows > >

[tryton-dev] trytond: Disable active_test when checking domain

2014-01-27 Thread Code Review - New issues: roba
trytond: Disable active_test when checking domain Issue3510 URL: http://codereview.tryton.org/3031002/

[tryton-dev] sale_supply: Fix computation of done state

2014-01-27 Thread Code Review - New issues: ced
issue3550 URL: http://codereview.tryton.org/3011002/

Re: [tryton-dev] Error in account_payment_sepa Pach 19

2014-01-27 Thread Cédric Krier
On 27 Jan 02:02, Manuel Bailen wrote: > AttributeError: "bank.account.number,41" has no attribute "compact_iban" > > > account.bank.number,41 is company bank account that I used for the payment > journal. > The IBAN codes are compacts and there aren't any spaces. Update the bank module. -- C

Re: [tryton-dev] Error in account_payment_sepa Pach 19

2014-01-27 Thread Manuel Bailen
OK, thank you very much. El lunes, 27 de enero de 2014 11:15:46 UTC+1, Sergi Almacellas Abellana escribió: > > El 27/01/14 11:02, Manuel Bailen ha escrit: > > Hi, > > I'm trying this module when I installed the Pach 19 and I tried to > process de payment I had this error: > > Traceback (m

Re: [tryton-dev] Error in account_payment_sepa Pach 19

2014-01-27 Thread Sergi Almacellas Abellana
El 27/01/14 11:02, Manuel Bailen ha escrit: Hi, I'm trying this module when I installed the Pach 19 and I tried to process de payment I had this error: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch

[tryton-dev] Error in account_payment_sepa Pach 19

2014-01-27 Thread Manuel Bailen
Hi, I'm trying this module when I installed the Pach 19 and I tried to process de payment I had this error: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch response['result'] = dispatch_method(method, params) File "/trytond/protocols

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-27 Thread sunny14486
Thanks Cédric, On Sunday, January 26, 2014 9:48:36 PM UTC+1, Cédric Krier wrote: > > On 26 Jan 06:51, sunny...@gmail.com wrote: > > > > Hi Cédric, > > Thank you very much for your help. I am sharing the code which i am > trying. > > it may give more understanding. > > > > Following are