[tryton-dev] wizard with multiple stateview example

2013-08-23 Thread Demoy Blake
Hello I wish to find an example of a tryton wizard with multiple stateviews.

[tryton-dev] return icon url in register_icon

2013-08-23 Thread Code Review - New issues: nicoe
(No description) URL: http://codereview.tryton.org/1038002/

[tryton-dev] sao: Add attachment

2013-08-23 Thread Code Review - New issues: ced
(No description) URL: http://codereview.tryton.org/1037002/

Re: [tryton-dev] Client development

2013-08-23 Thread Guillem Barba Domingo
2013/8/23 Cédric Krier > Hi, > > I think we reach the point in sao development where we could ask for > each change request in the GTK client to get also the same in sao (if > the feature exists). Otherwise the patches will be postponed. > > Any comments? > good -- Guillem Barba http://www.guil

[tryton-dev] Client development

2013-08-23 Thread Cédric Krier
Hi, I think we reach the point in sao development where we could ask for each change request in the GTK client to get also the same in sao (if the feature exists). Otherwise the patches will be postponed. Any comments? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 4

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

2013-08-23 Thread Cédric Krier
On 22/08/13 08:58 -0700, Josias Pérez wrote: > 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'