c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17057
[Bug 723051] Re: cannot install project_planning: "date/time field value out of range"
Hello,
The issue has been fixed in latest stable version and it will be
available in next version of All in One installer of openerp. If you
wanted to fix the issue at your end now. You can do it simply by
following the below steps:
1) Go to C:\Program Files\OpenERP 6.0\Server\addons\project_planning and
open the project_planning_demo xml file in edit mode.
2) Please change the demo of <field name="date_to"
eval="time.strftime('%Y-%m-28 15:00:00')"/> to <field name="date_to"
eval="time.strftime('%Y-%m-30 15:00:00')"/> and it will allow you to
install the module successfully.
Thanks for your participation.
** Changed in: openobject-addons
Status: New => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/723051
Title:
cannot install project_planning: "date/time field value out of range"
Status in OpenERP Modules (addons):
Fix Released
Bug description:
Trying to install project_planning module will result in the following
application error:
Environment Information :
System : Windows-XP-5.1.2600-SP3
OS Name : nt
Operating System Release : XP
Operating System Version : 5.1.2600
Operating System Architecture : 32bit
Operating System Locale : en_US.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "netsvc.pyo", line 489, in dispatch
File "service\web_services.pyo", line 599, in dispatch
File "osv\osv.pyo", line 122, in wrapper
File "osv\osv.pyo", line 176, in execute
File "osv\osv.pyo", line 167, in execute_cr
File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
File "pooler.pyo", line 60, in restart_pool
File "pooler.pyo", line 39, in get_db_and_pool
File "addons\__init__.pyo", line 883, in load_modules
File "addons\__init__.pyo", line 752, in load_module_graph
File "addons\__init__.pyo", line 656, in load_demo_xml
File "tools\convert.pyo", line 975, in convert_xml_import
File "tools\convert.pyo", line 865, in parse
File "tools\convert.pyo", line 832, in _tag_record
File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_model.py", line 686, in _update
File "osv\orm.pyo", line 3605, in create
File "sql_db.pyo", line 78, in wrapper
File "sql_db.pyo", line 131, in execute
DataError: date/time field value out of range: "2011-02-30 15:23:00"
References