[tryton-dev] Use default format for value in wizard form for issue1722 (issue3482041)

2010-12-06 Thread Cédric Krier
Please review this at http://codereview.appspot.com/3482041/ Affected files: M tryton/wizard/main.py Index: tryton/wizard/main.py === --- a/tryton/wizard/main.py +++ b/tryton/wizard/main.py @@ -211,7 +211,7 @@

Re: [tryton-dev] Creating ModelView in Wizard.

2010-12-06 Thread Cédric Krier
On 06/12/10 02:55 -0800, Ian Wilson wrote: > Hello, > > Sorry forgot difference between tryton and tryton-dev. Moved this question > from tryton to here. > > I have wizard that I want to interact only with model views. My users will > use the wizard to lookup inventory and pricing for a product

[tryton-dev] Creating ModelView in Wizard.

2010-12-06 Thread Ian Wilson
Hello, Sorry forgot difference between tryton and tryton-dev. Moved this question from tryton to here. I have wizard that I want to interact only with model views. My users will use the wizard to lookup inventory and pricing for a product. I have created a module and things are going along oka