Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012934 | Openbravo ERP | 00. Application dictionary | public | 2010-04-12 11:04 | 2010-05-18 12:12 |
|
Reporter | networkb | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP14 | |
Target Version | 2.50MP17 | Fixed in Version | 2.50MP15 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012934: The datetime reference does not work properly |
Description | The datetime reference does not work properly.
You get an error when compiling a windows with a column with reference datetime |
Steps To Reproduce | -Create new module, check it as indevelopment and add a prefix
-Add a new column in the c_bpartner table to save a datetime value
ALTER TABLE c_bpartner ADD COLUMN em_prefix_fechacaducidad timestamp without time zone;
-Add this new column in the application dictionary in the c_bpartner table check
datetime value as reference
-Add this new column as a new field in the header of the partner window.
-Compile the application. You get the following error:
org.postgresql.util.PSQLException: No value specified for parameter 2. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0010264 | | closed | alostale | The datetime reference on column definition window does not work |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-12 11:04 | networkb | New Issue | |
2010-04-12 11:04 | networkb | Assigned To | => alostale |
2010-04-12 11:04 | networkb | Relationship added | related to 0010264 |
2010-04-12 13:41 | alostale | Status | new => scheduled |
2010-04-12 13:41 | alostale | fix_in_branch | => pi |
2010-04-12 15:47 | alostale | Note Added: 0026066 | |
2010-04-12 15:56 | hgbot | Checkin | |
2010-04-12 15:56 | hgbot | Note Added: 0026067 | |
2010-04-12 15:56 | hgbot | Status | scheduled => resolved |
2010-04-12 15:56 | hgbot | Resolution | open => fixed |
2010-04-12 15:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/34903830bf34f5c34be6a1ff8b87ce2948646b43 [^] |
2010-04-12 17:54 | marvintm | Note Added: 0026073 | |
2010-04-12 17:54 | marvintm | Status | resolved => closed |
2010-04-12 17:54 | marvintm | Fixed in Version | => 2.50MP15 |
2010-04-13 00:00 | anonymous | sf_bug_id | 0 => 2986155 |
2010-04-13 13:20 | networkb | Note Added: 0026139 | |
2010-04-19 21:13 | hudsonbot | Checkin | |
2010-04-19 21:13 | hudsonbot | Note Added: 0026452 | |
2010-05-18 12:12 | gorka_gil | Target Version | 2.50MP15 => 2.50MP17 |
Notes |
|
|
It does not work in "High Volume" tables |
|
|
(0026067)
|
hgbot
|
2010-04-12 15:56
|
|
Repository: erp/devel/pi
Changeset: 34903830bf34f5c34be6a1ff8b87ce2948646b43
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 12 16:09:13 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/34903830bf34f5c34be6a1ff8b87ce2948646b43 [^]
fixed bug 12934: The datetime reference does not work properly
---
M src-wad/src/org/openbravo/wad/datasource.xsqlxml
M src-wad/src/org/openbravo/wad/javasource.javaxml
---
|
|
|
|
Tried the steps to reproduce, and the problem no longer happens. |
|
|
|
If i check off the high volumen checkbox the compilation goes well but after access to the window when you save a new entry the time is changed to 00:00:00 although you select a different one |
|
|
|
|