Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009296Openbravo ERPA. Platformpublic2009-06-02 15:192022-02-01 08:08
AinhoaPagola 
Triage Platform Base 
urgentmajoralways
scheduledopen 
20rPath Linux
main 
 
Core
No
0009296: Modularity does not support trees
It is not possible provide 'tree functionality' to windows in modules.

The current implementation of trees in Openbravo ERP requires some java files to be modified. At least, these ones:

src/org/openbravo/erpCommon/utility/WindowTreeUtility.java
src/org/openbravo/erpCommon/utility/WindowTreeChecks.java

Tree example in Openbravo ERP:
- Organization
- Menu

Go to General Setup || Enterprise || Organization
There is an icon in the tool bar that displays the tree structure and allows drag and dropping of nodes.
dev-platform-quick-wins, Modularity
Issue History
2009-06-02 15:19AinhoaPagolaNew Issue
2009-06-02 15:19AinhoaPagolaAssigned To => rafaroda
2009-06-03 10:02rafarodaAssigned Torafaroda => alostale
2009-06-03 10:02rafarodaPrioritynormal => high
2009-06-03 10:02rafarodaStatusnew => scheduled
2009-06-10 18:26alostalePriorityhigh => urgent
2009-06-18 10:52AinhoaPagolaTag Attached: Modularity
2009-10-14 11:27alostaleTypedefect => feature request
2009-11-19 10:03alostaleNote Added: 0022008
2010-06-23 11:38rafarodaIssue Monitored: rafaroda
2010-06-23 12:37rafarodaNote Added: 0028693
2010-09-07 09:26rafarodaTag Attached: dev-platform-quick-wins
2017-04-10 14:39alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0022008)
alostale   
2009-11-19 10:03   
Take into account that currently tree type is associated to a table using the AD_Table.TreeType column, this column has a unique constraint which can cause 2 modules defining for different tables the same tree.
(0028693)
rafaroda   
2010-06-23 12:37   
Workaround explained @ http://wiki.openbravo.com/wiki/Projects/Humancapitalmanagement/User_Manual#Tree_Icon [^]