Invalid attribute in form's schema
URL: http://codereview.tryton.org/997002/
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
Documentation update about Binary's filenames attributes
URL: http://codereview.tryton.org/998002/
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 missunderstoo