Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017585Openbravo ERP00. Application dictionarypublic2011-06-09 18:282011-06-22 11:43
psarobe 
psarobe 
immediatemajoralways
closedfixed 
5
pi 
3.0MP03.0MP0 
Core
No
0017585: There are several fields that are shown in the grid and not display in form view. This is wrong
If they are not shown in form view they shouldn't be shown in grid view. The problem is that they are configured as be shown in grid view and that is the problem.

The solution is to change the configuration so showninrelation must be No.

This is the sql:

select ad_field.ad_field_id, ad_window.name, ad_tab.name, ad_field.name
from ad_field, ad_tab, ad_window
where ad_field.ad_tab_id = ad_tab.ad_tab_id
and ad_tab.ad_window_id = ad_window.ad_window_id
and ad_field.isdisplayed='N'
and showinrelation='Y'
and isshowninstatusbar='N'
and ad_window.isactive='Y'
order by ad_window.name, ad_tab.name, ad_field.name;
Go to business partner. You should only see in the grid:
Search key
Name
TAX ID
Business partner category

And the sql must give zero rows
No tags attached.
Issue History
2011-06-09 18:28psarobeNew Issue
2011-06-09 18:28psarobeAssigned To => psarobe
2011-06-09 18:28psarobeModules => Core
2011-06-09 18:30psarobeSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=2229#r2229
2011-06-09 18:56hgbotCheckin
2011-06-09 18:56hgbotNote Added: 0038205
2011-06-09 18:56hgbotStatusnew => resolved
2011-06-09 18:56hgbotResolutionopen => fixed
2011-06-09 18:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/da06dfd812836aeb7c644eae21111a9c1c40eca5 [^]
2011-06-13 10:08psarobeNote Added: 0038280
2011-06-13 10:08psarobeStatusresolved => closed
2011-06-13 10:08psarobeFixed in Version => 3.0MP0
2011-06-22 11:43hudsonbotCheckin
2011-06-22 11:43hudsonbotNote Added: 0038433

Notes
(0038205)
hgbot   
2011-06-09 18:56   
Repository: erp/devel/pi
Changeset: da06dfd812836aeb7c644eae21111a9c1c40eca5
Author: Pablo Sarobe <pablo.sarobe <at> openbravo.com>
Date: Thu Jun 09 18:56:03 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/da06dfd812836aeb7c644eae21111a9c1c40eca5 [^]

Fixes issue 17585: Several fields change to no for shown in relation

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
M modules/org.openbravo.v3/src-db/database/configScript.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0038280)
psarobe   
2011-06-13 10:08   
Due to the difficulty of closing this issue I did myself
(0038433)
hudsonbot   
2011-06-22 11:43   
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/abb438586c0e [^]

Maturity status: Test