Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017638 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | minor | always | 2011-06-14 12:31 | 2011-08-12 10:24 | |||
Reporter | xabiermerino | View Status | public | |||||
Assigned To | ioritzCia | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0MP2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 9e246fc8bb50 | ||||
Projection | none | ETA | none | Target Version | 3.0MP2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0RC7 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0017638: initial organization setup fails II | |||||||
Description | initial organization setup fails if we select these datasets: - Plan General Contable 2007 (General) - Taxes: configuration for Spain - Spain AEAT Modelo 347 This error appears: Entity DataSet is not directly readable, only id and identifier properties are readable, property datSet.module is neither of these | |||||||
Steps To Reproduce | - As Openbravo Admin go to General Setup || Enterprise || Initial organization setup - Organization type: legal with accounting - Select datasets - Click 'Ok' | |||||||
Proposed Solution | --- a/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java @@ -1470,9 +1470,6 @@ strPath = strSourcePath + "/modules/" + dataset.getModule().getJavaPackage() + "/referencedata/standard"; } - } finally { - OBContext.restorePreviousMode(); - } File datasetFile = new File(strPath + "/" + Utility.wikifiedName(dataset.getName()) + ".xml"); if (!datasetFile.exists()) { return myResult; } finally { OBContext.restorePreviousMode(); } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0039806) hgbot (developer) 2011-08-03 11:55 |
Repository: erp/devel/pi Changeset: 9e246fc8bb50e76fa0978ba6c54f6143f56369a5 Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Tue Aug 02 11:49:11 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/9e246fc8bb50e76fa0978ba6c54f6143f56369a5 [^] Fixes issue 17638: initial organization setup fails II. --- M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java --- |
(0039945) hudsonbot (viewer) 2011-08-06 05:32 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5744448753e7 [^] Maturity status: Test |
(0040139) jecharri (viewer) 2011-08-12 10:24 |
tested |
![]() |
|||
Date Modified | Username | Field | Change |
2011-06-14 12:31 | xabiermerino | New Issue | |
2011-06-14 12:31 | xabiermerino | Assigned To | => dalsasua |
2011-06-14 12:31 | xabiermerino | Modules | => Core |
2011-06-14 12:31 | xabiermerino | OBNetwork customer | => Yes |
2011-06-14 12:32 | xabiermerino | Relationship added | related to 0016169 |
2011-06-23 11:35 | xabiermerino | Status | new => scheduled |
2011-06-23 11:35 | xabiermerino | fix_in_branch | => pi |
2011-07-15 11:57 | dalsasua | fix_in_branch | pi => |
2011-07-15 11:57 | dalsasua | Proposed Solution updated | |
2011-07-15 12:03 | dalsasua | Proposed Solution updated | |
2011-07-20 18:08 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-07-21 20:14 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia |
2011-08-03 11:55 | hgbot | Checkin | |
2011-08-03 11:55 | hgbot | Note Added: 0039806 | |
2011-08-03 11:55 | hgbot | Status | scheduled => resolved |
2011-08-03 11:55 | hgbot | Resolution | open => fixed |
2011-08-03 11:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9e246fc8bb50e76fa0978ba6c54f6143f56369a5 [^] |
2011-08-06 05:32 | hudsonbot | Checkin | |
2011-08-06 05:32 | hudsonbot | Note Added: 0039945 | |
2011-08-12 10:24 | jecharri | Note Added: 0040139 | |
2011-08-12 10:24 | jecharri | Status | resolved => closed |
2011-08-12 10:24 | jecharri | Fixed in Version | => 3.0MP2 |
Copyright © 2000 - 2009 MantisBT Group |