Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009403Openbravo ERPA. Platformpublic2009-06-09 12:582009-06-30 00:00
azabaleta 
alostale 
urgentmajoralways
closedfixed 
5
2.50MP1 
main 
Core
No
0009403: After installing a template that hides fields in several windows, these windows are not compiled.
Installed a template that hides several fields in some windows. I can see in AD that these fields are hidden. But after rebuilding the system when installing the template, these fields are still there. It means the windows have not been compiled.
Install Spanish localization. Rebuild the system.
Install Xpress Template. Rebuild the system.
Create a client with initial client setup not selecting any spanish localization reference data, but selecting the xpress Template.
You will see that tha AD says some fields are hidden but the windows show them.
2.50MP2
related to defect 0009390 closed alostale Module unistallation is not properly done: window left inconsistent 
Issue History
2009-06-09 12:58azabaletaNew Issue
2009-06-09 12:58azabaletaAssigned To => rafaroda
2009-06-09 13:04rafarodaNote Added: 0017135
2009-06-09 13:04rafarodaAssigned Torafaroda => alostale
2009-06-09 13:04rafarodaStatusnew => feedback
2009-06-09 13:22azabaletaNote Added: 0017137
2009-06-10 11:43rafarodaStatusfeedback => new
2009-06-10 11:43rafarodaversion => 2.50MP1
2009-06-10 11:43rafarodaProposed Solution updated
2009-06-10 12:26alostaleNote Added: 0017175
2009-06-10 12:26alostalePrioritynormal => urgent
2009-06-10 12:26alostaleSeveritycritical => major
2009-06-10 12:39alostaleTag Attached: 2.50MP2
2009-06-10 12:39alostaleRelationship addedduplicate of 0009390
2009-06-10 13:01alostaleRelationship deleted0009390
2009-06-10 13:01alostaleRelationship addedrelated to 0009390
2009-06-10 17:41psarobeStatusnew => scheduled
2009-06-10 17:41psarobefix_in_branch => pi
2009-06-11 15:02hgbotCheckin
2009-06-11 15:02hgbotNote Added: 0017213
2009-06-11 15:02hgbotStatusscheduled => resolved
2009-06-11 15:02hgbotResolutionopen => fixed
2009-06-11 15:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3 [^]
2009-06-22 11:09psarobeFixed in Version => main
2009-06-29 11:45psarobeStatusresolved => closed
2009-06-30 00:00anonymoussf_bug_id0 => 2814266

Notes
(0017135)
rafaroda   
2009-06-09 13:04   
Asier Zabaleta, could you please provide Openbravo ERP version and detailed steps to reproduce this issue (or include the template module)?

Asier Lostalé, could you please determine whether this is the designed behaviour or not?

Thanks.
(0017137)
azabaleta   
2009-06-09 13:22   
2.50MP1
Install Spanish localization. Rebuild the system.
Install Xpress Template. Rebuild the system.
Create a client with initial client setup not selecting any spanish localization reference data, but selecting the xpress Template.
You will see that tha AD says some fields are hidden but the windows show them.

Asier
(0017175)
alostale   
2009-06-10 12:26   
workarround:

execute in command line

ant compile.complete
(0017213)
hgbot   
2009-06-11 15:02   
Repository: erp/devel/pi
Changeset: 88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jun 11 15:02:20 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3 [^]

fixed bug 9403, fixed bug 9390: Execute compile.complte when applying modules depending on the case.

It is executed when:
-There's at least one module to uninstall
-There's at least one template to install

---
M build.xml
M src/org/openbravo/erpCommon/ad_process/ApplyModules.java
M src/org/openbravo/erpCommon/ad_process/ApplyModules_data.xsql
---