I am digging through OpenERP web to find how I can remove the exception of date from it. eg I want to insert a date like 12/12/1523. with Current functionality it will show me an error message if i will enter a date less then 1900. I have checked it with _calendar.py, format.py, validates.py. but i didn’t succeed. If anyone here can Help me through It will be highly appreciable.
I am digging through OpenERP web to find how I can remove the exception
Share
I found two problems in openerp-web:
1 – The date control calendar is restricted and cannot go below
2 – There are validation errors raised from
openerp/i18n/format.pywhentrying to save
Point 1, the javascript widget can be easily fixed in
Point 2, replace in