[tryton-dev] Invalid attribute in form's schema
Invalid attribute in form's schema URL: http://codereview.tryton.org/997002/
[tryton-dev] create basic password field
I want create a password field (a field that does not echo user input) to accept password from the client when needed. the input of this password field should not encrypted . I tried to use a sha field for this, but I must have missunderstood the documentation because the field won't appear in my views. MPass=fields.Sha('MITS password',required=True,help='')
[tryton-dev] Documentation update about Binary's filenames attributes
Documentation update about Binary's filenames attributes URL: http://codereview.tryton.org/998002/
Re: [tryton-dev] create basic password field
On 25/07/13 09:19 -0700, Demoy Blake wrote: > I want create a password field (a field that does not echo user input) > to accept password from the client when needed. > the input of this password field should not encrypted . > > I tried to use a sha field for this, but I must have missunderstood the > documentation because the field won't appear in my views. > > MPass=fields.Sha('MITS > password',required=True,help='') To appear on the view, it must be added to the view. By the way fields.Sha will be stored hashed in the DB. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgptwyn8AmB4k.pgp Description: PGP signature