Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022680Openbravo ERPA. Platformpublic2012-12-27 10:592013-03-14 17:53
psarobe 
shankarb 
urgentmajoralways
closedfixed 
5
 
3.0MP22 
AugustoMauch
Core
No
0022680: Several fields are not properly defined regarding grid definition
Several fields are not properly defined regarding grid definition so when an end user wants to show a column in the grid these fields are in the first position and this is wrong. See this case in the window "Financial account". See attach.

These wrong definition is:
 - Show in grid = No
 - Grid position = 0

The solution is to update all of these fields like this:

 - Show in grid = No
 - Grid position = null

The query to get all these fields is:
select name, showinrelation, grid_seqno from ad_field where showinrelation='N' and grid_seqno=0;
n/a
No tags attached.
related to defect 0022679 closed shankarb "Create fields" button. The way it creates fields by default (grid definition) is not correct 
png definitiongrid.png (73,115) 2012-12-27 10:59
https://issues.openbravo.com/file_download.php?file_id=5862&type=bug
png
Issue History
2012-12-27 10:59psarobeNew Issue
2012-12-27 10:59psarobeAssigned To => AugustoMauch
2012-12-27 10:59psarobeFile Added: definitiongrid.png
2012-12-27 10:59psarobeModules => Core
2012-12-27 10:59psarobeTriggers an Emergency Pack => No
2012-12-27 11:01psarobeRelationship addedrelated to 0022679
2013-03-11 13:00shankarbAssigned ToAugustoMauch => shankarb
2013-03-11 13:11shankarbIssue Monitored: AugustoMauch
2013-03-11 13:12shankarbStatusnew => scheduled
2013-03-11 13:12shankarbfix_in_branch => pi
2013-03-11 13:12shankarbReview Assigned To => AugustoMauch
2013-03-11 13:12shankarbfix_in_branchpi =>
2013-03-11 13:17hgbotCheckin
2013-03-11 13:17hgbotNote Added: 0057178
2013-03-11 13:17hgbotStatusscheduled => resolved
2013-03-11 13:17hgbotResolutionopen => fixed
2013-03-11 13:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8 [^]
2013-03-14 17:53AugustoMauchNote Added: 0057262
2013-03-14 17:53AugustoMauchStatusresolved => closed
2013-03-14 17:53AugustoMauchFixed in Version => 3.0MP22

Notes
(0057178)
hgbot   
2013-03-11 13:17   
Repository: erp/devel/pi
Changeset: 5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Mar 11 17:46:23 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8 [^]

Fixes Issue 0022680: Several fields are not properly defined regarding grid definition

Updated the grid sequence to null instead of '0' for all the fields that are not visible in grid.

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0057262)
AugustoMauch   
2013-03-14 17:53   
Code reviewed and verified in pi@6f316468c5e7