Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006226Openbravo ERPY. DBSourceManagerpublic2008-11-27 12:402009-03-18 11:02
iperdomo 
marvintm 
normalmajoralways
closedout of date 
202.6.25-gentoo-r9
 
 
Core
No
0006226: AD_Preference data is exported but not imported
In the definition of DataSets, AD_Preference is not AD, so it gets exported, but not imported in the updata.database process
* Make a new Preference at System level (client = 0)
* Make export database: you'll get modifications in ad_preference.xml
* Remove the Preference from the database: DELETE FROM AD_Preference WHERE AD_Preference_ID = 'SomeUUID'
* Execute update.database: Since a new preference is in the xml, it should get created
dbsm_migrate
Issue History
2008-11-27 12:40iperdomoNew Issue
2008-11-28 11:13marvintmStatusnew => scheduled
2008-11-28 11:13marvintmfix_in_branch => trunk
2008-11-28 11:14marvintmStatusscheduled => acknowledged
2008-11-28 11:14marvintmStatusacknowledged => scheduled
2008-11-28 11:16marvintmStatusscheduled => closed
2008-11-28 11:16marvintmNote Added: 0010806
2008-11-28 11:16marvintmResolutionopen => out of date
2008-11-28 12:54jpabloaeAssigned To => marvintm
2008-12-18 12:38jpabloaeSticky IssueNo => Yes
2008-12-18 12:39jpabloaeSticky IssueYes => No
2008-12-18 12:39jpabloaeTag Attached: dbsm_migrate
2008-12-18 12:41jpabloaeProject@4@ => Openbravo ERP
2008-12-18 12:41jpabloaeCategory => Y. DBSourceManager
2009-03-18 11:02anonymoussf_bug_id0 => 2691357

Notes
(0010806)
marvintm   
2008-11-28 11:16   
This is the expected behaviour. Preferences belong to the RD dataset, which is supposed to be client data that is not updated in the update process.