Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017402Openbravo ERPA. Platformpublic2011-05-27 17:222011-05-27 19:14
psanjuan 
iperdomo 
urgentmajoralways
closedno change required 
20Ubuntu 8.04.1
 
3.0MP0 
Core
No
0017402: Not possible to open "Expense Type" and "Resource" window, see file with the error
Not possible to open "Expense Type" and "Resource" window, see file with the error
No tags attached.
blocks defect 00164373.0MP0 closed psarobe Showstopper - There are multiple terms used to described the selling price. 
? View.js (205,391) 2011-05-27 17:22
https://issues.openbravo.com/file_download.php?file_id=4121&type=bug
Issue History
2011-05-27 17:22psanjuanNew Issue
2011-05-27 17:22psanjuanAssigned To => alostale
2011-05-27 17:22psanjuanFile Added: View.js
2011-05-27 17:22psanjuanModules => Core
2011-05-27 17:25psanjuanNote Added: 0037675
2011-05-27 17:25psanjuanAssigned Toalostale => iperdomo
2011-05-27 17:26psanjuanRelationship addedblocks 0016437
2011-05-27 17:27psanjuanNote Edited: 0037675bug_revision_view_page.php?bugnote_id=0037675#r2126
2011-05-27 18:47iperdomoTarget Version => 3.0MP0
2011-05-27 18:48iperdomoStatusnew => scheduled
2011-05-27 18:48iperdomofix_in_branch => pi
2011-05-27 19:14iperdomoNote Added: 0037682
2011-05-27 19:14iperdomoStatusscheduled => closed
2011-05-27 19:14iperdomoResolutionopen => no change required

Notes
(0037675)
psanjuan   
2011-05-27 17:25   
(edited on: 2011-05-27 17:27)
already discussed with Ivan. This bugs blocks issue 16437 verification.

(0037682)
iperdomo   
2011-05-27 19:14   
The problem is that all the fields in the Resource tab are disabled. You need to enable them to test it.

sample query:

select f.ad_field_id, f.name, c.ad_column_id, c.name as columnname, c.ad_reference_id, c.isactive, f.isactive as fieldactive,
       f.isdisplayed, f.showinrelation
  from ad_field f, ad_column c
 where c.ad_column_id = f.ad_column_id
   and f.ad_tab_id = '414' order by f.seqno;

This show that all fields are disabled