Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6943515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:09:59+00:00 2026-05-27T13:09:59+00:00

I am digging through OpenERP web to find how I can remove the exception

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:10:00+00:00Added an answer on May 27, 2026 at 1:10 pm

    I found two problems in openerp-web:

    1 – The date control calendar is restricted and cannot go below

    01/01/1900
    

    2 – There are validation errors raised from openerp/i18n/format.py when
    trying to save

    Point 1, the javascript widget can be easily fixed in

    openerp/static/calandar/calendar.js
    
    => find:
    
        param_default("range",[1900,2999])
    
    => and replace with:
    
        param_default("range",[1,2999])
    

    Point 2, replace in

    openerp/i18n/format.py
    
    => find the two occurances of:
    
        return time.strftime(server_format, value)
    
    => and replace with:
    
        return mx.DateTime.Date(value[0],value[1],value[2],value[3],value[4],value[5]).strftime(server_format)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Short of digging through GDB source, where can I find documentation about the format
I've been digging through all docs I can find, but I cannot seem to
I've been digging through some parts of the Linux kernel, and found calls like
I've been digging through the mplayer/mencoder and ffmpeg documentation and I can't seem to
I am new into PHPUnit and just digging through the manual I cannot find
I've been digging through Stack Overflow as well as a number of Google searches,
Through a bit of digging, I've discovered how to set and get the volume
While digging through some old code put together by a former co-worker who's talents
I was just digging through some JavaScript code (Raphaël.js) and came across the following
I want to retrieve k max values from each row in a numpy array.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.