Re: [tryton-dev] Force client to refresh cache

2013-08-22 Thread Demoy Blake
On Thursday, August 22, 2013 1:25:20 PM UTC-5, Cédric Krier wrote: > > On 22/08/13 19:54 +0200, Raimon Esteve wrote: > > 2013/8/22 Demoy Blake > > > > > > how can I force the tryton client to refresh cache? > > > > > > > To develop, use -d option > > > >-d, --dev developme

Re: [tryton-dev] Force client to refresh cache

2013-08-22 Thread Cédric Krier
On 22/08/13 19:54 +0200, Raimon Esteve wrote: > 2013/8/22 Demoy Blake > > > how can I force the tryton client to refresh cache? > > > > To develop, use -d option > >-d, --dev development mode Or logout and login -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgiu

Re: [tryton-dev] Force client to refresh cache

2013-08-22 Thread Raimon Esteve
2013/8/22 Demoy Blake > how can I force the tryton client to refresh cache? > To develop, use -d option -d, --dev development mode -- Si us plau, NO adjunti arxius a les seves respostes. Li preguem que integri el text al cos del missatge. Pot respondre usant NetEtiquete que

[tryton-dev] Force client to refresh cache

2013-08-22 Thread Demoy Blake
how can I force the tryton client to refresh cache?

[tryton-dev] project: show all timesheet.work fields and allow to modify it

2013-08-22 Thread Code Review - New issues: pokoli
(No description) URL: http://codereview.tryton.org/1036002/

[tryton-dev] timesheet: fix readonly state of timesheet_available

2013-08-22 Thread Code Review - New issues: pokoli
issue3188 URL: http://codereview.tryton.org/1035002/

[tryton-dev] Correct use of .create()

2013-08-22 Thread Josias Pérez
Hi, I'm working in a custom module to create BOMs. This is the code: @classmethod def create_curtain_bom(cls, products): for product in products: lista = {'productA':quantity,'productB':quantity} bomid = 10 pool = Pool()

Re: [tryton-dev] Calling client action from a button

2013-08-22 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 22/08/13 16:53, En/na Cédric Krier ha escrit: > On 22/08/13 11:54 +0200, Sergi Almacellas Abellana wrote: >>> Al 21/08/13 22:15, En/na Cédric Krier ha escrit: > n 21/08/13 21:23 +0200, Sergi Almacellas Abellana wrote: > Hi devs,

Re: [tryton-dev] Calling client action from a button

2013-08-22 Thread Cédric Krier
On 22/08/13 11:54 +0200, Sergi Almacellas Abellana wrote: > Al 21/08/13 22:15, En/na Cédric Krier ha escrit: > > n 21/08/13 21:23 +0200, Sergi Almacellas Abellana wrote: > >>> Hi devs, > >>> > >>> It's possible to execute a client action from a button? > >>> > >>> I want to execute the button cod

[tryton-dev] Improving new module account_payment (issue 926002)

2013-08-22 Thread Jordi Esteve
In the codereview of the new account_payment module (issue 926002, see [1]), yesterday I did several suggestions to improve the user experience of managing payments in Tryton. As Cedric has fixed many of the little issues I reported but has not answered any of these important suggestions, maybe

[tryton-dev] sao: Use a better strategy to load by bunch trees

2013-08-22 Thread Code Review - New issues: ced
same as: http://codereview.tryton.org/1006002/ URL: http://codereview.tryton.org/1034002/

Re: [tryton-dev] Calling client action from a button

2013-08-22 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 21/08/13 22:15, En/na Cédric Krier ha escrit: > n 21/08/13 21:23 +0200, Sergi Almacellas Abellana wrote: >>> Hi devs, >>> >>> It's possible to execute a client action from a button? >>> >>> I want to execute the button code and when finished call