Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008832Openbravo ERP00. Application dictionarypublic2009-04-29 13:562009-06-27 00:00
iperdomo 
iperdomo 
normalminoralways
closedfixed 
202.6.28-gentoo-r5
pi 
pimain 
Core
No
0008832: RuntimeModelTest detected wrong metadata for newly created tables
The RuntimeModelTest has detected wrong metadata (isParent check) on newly created tables/columns.
Execute the RuntimeModelTest with DEBUG logging level and you'll something like this:
---
5981 [main] DEBUG org.openbravo.test.model.RuntimeModelTest - 3 columns set as *isParent* errors (wrong reference): [AD_Module_DBPrefix_Install - AD_Module_Dbprefix_ID, AD_Module_Install - AD_Module_ID, AD_Module_Dependency_Inst - AD_Module_Dependency_ID]
7179 [main] DEBUG org.openbravo.test.model.RuntimeModelTest - 3 columns set as *isParent* and are *primitive type*: [AD_Module_DBPrefix_Install - AD_Module_Dbprefix_ID, AD_Module_Install - AD_Module_ID, AD_Module_Dependency_Inst - AD_Module_Dependency_ID]
Remove the isParent from those columns since are temporary tables.
No tags attached.
Issue History
2009-04-29 13:56iperdomoNew Issue
2009-04-29 13:56iperdomoAssigned To => iperdomo
2009-04-29 13:56iperdomoRegression testing => No
2009-04-29 13:57iperdomoStatusnew => scheduled
2009-04-29 13:57iperdomofix_in_branch => pi
2009-04-29 13:58iperdomoversion => pi
2009-04-29 13:58iperdomoBuild => 5f72df93e3e6
2009-04-29 13:58iperdomofix_in_branchpi =>
2009-04-29 14:23hgbotCheckin
2009-04-29 14:23hgbotNote Added: 0015924
2009-04-29 14:23hgbotStatusscheduled => resolved
2009-04-29 14:23hgbotResolutionopen => fixed
2009-04-29 14:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/053b794f5fb99bff3fa262c74fe68626f1f8a9ed [^]
2009-05-01 22:56hgbotCheckin
2009-05-01 22:56hgbotNote Added: 0015998
2009-05-01 22:56hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/053b794f5fb99bff3fa262c74fe68626f1f8a9ed [^] => http://code.openbravo.com/erp/devel/pi/rev/7c72d1b8a65798e391cd27e09831dbb431f17f9a [^]
2009-06-22 11:09psarobeFixed in Version2.50MP1 => main
2009-06-26 18:34psarobeStatusresolved => closed
2009-06-27 00:00anonymoussf_bug_id0 => 2813020

Notes
(0015924)
hgbot   
2009-04-29 14:23   
Repository: erp/devel/pi
Changeset: 053b794f5fb99bff3fa262c74fe68626f1f8a9ed
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Apr 29 14:22:09 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/053b794f5fb99bff3fa262c74fe68626f1f8a9ed [^]

Fixes issue 8832: Removed the isParent check from columns

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0015998)
hgbot   
2009-05-01 22:56   
Repository: erp/devel/pi
Changeset: 7c72d1b8a65798e391cd27e09831dbb431f17f9a
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri May 01 22:56:00 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7c72d1b8a65798e391cd27e09831dbb431f17f9a [^]

Fixed double quotes from previous database export. Related to issue 8832

---
M src-db/database/sourcedata/AD_COLUMN.xml
---