I am wondering why OpenERP’s date and datetime fields are limited with years?
If I click on year tab to select a year, it shows only 21 years in one go. if I want to select an older year, I am forced to select one older year from the list then it will open next 21 years list for me. It is annoying me.
Is there a way to increase the limit of years so that it is possible to scroll at least into a good range of years like 1950,2020 in one go?
I think I will have to play with javascript but don’t know how. Can someone help me out ?
Right I understand your point here, but this is form jquery lib dattime picker yearrange is -10 abd +10 bydefault, But yes for you can increasr to limit you want I have given patch below for the trunk smiler thing als can be done it 6.1 OpenERP
Here you can see to crease the Year range -30 will allow you increase previous year range and +30 will increase upcoming year range. This are lib config can be over rideen anytime.
Thank You.