[6.0] date format input - smarter solution
Bug #731479 reported by
Ferdinand
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP sa GTK client R&D | ||
Odoo Web Client |
Won't Fix
|
Wishlist
|
OpenERP R&D Web Team |
Bug Description
currently if date is defined as dd.mm.yyyy the user has to enter 08.04.2011 whereas the "." (dot) might not be on the decimal pad hence slowing down the data entry
IMHO OpenERP should allow to enter dates without the separator characters and expand it internally.
Changed in openobject-client: | |
assignee: | nobody → OpenERP sa GTK client R&D (openerp-dev-gtk) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in openobject-client-web: | |
assignee: | nobody → OpenERP SA's Web Client R&D (openerp-dev-web) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
> IMHO OpenERP should allow to enter dates without the separator characters and expand it internally.
Do you mean it should (in your opinion) allow for "08042011"? I do not really see how it would be possible to automatically disambiguate this, there are about half a dozen different interpretation producing more or less valid dates, depending on the context.
Currently, the clients merely parse the dates provided according to the format configured on your language.