Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016335Openbravo ERPB. User interfacepublic2011-03-16 17:392011-03-18 00:00
iperdomo 
iperdomo 
urgentminoralways
closedfixed 
202.6.35-gentoo-r12
 
3.0RC5 
Core
No
0016335: Cleanup of column associated to not implemented callout
There are some columns that have an associated callout that is not implemented (have no ad_model_object associated)

Check this columns:
select c.ad_column_id, c.name, c.ad_callout_id, c.isactive from ad_column c where c.columnname = 'S_ResourceAssignment_ID';
Remove the callout from that column
No tags attached.
Issue History
2011-03-16 17:39iperdomoNew Issue
2011-03-16 17:39iperdomoAssigned To => iperdomo
2011-03-16 17:39iperdomoModules => Core
2011-03-16 17:39iperdomoStatusnew => scheduled
2011-03-16 17:39iperdomofix_in_branch => pi
2011-03-16 17:43hgbotCheckin
2011-03-16 17:43hgbotNote Added: 0034949
2011-03-16 17:43hgbotStatusscheduled => resolved
2011-03-16 17:43hgbotResolutionopen => fixed
2011-03-16 17:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9122f8ea50d13ba7fa9f9a02b0fa673e8b094bff [^]
2011-03-17 12:18marvintmStatusresolved => closed
2011-03-18 00:00anonymoussf_bug_id0 => 3221139

Notes
(0034949)
hgbot   
2011-03-16 17:43   
Repository: erp/devel/pi
Changeset: 9122f8ea50d13ba7fa9f9a02b0fa673e8b094bff
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Mar 16 17:39:52 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9122f8ea50d13ba7fa9f9a02b0fa673e8b094bff [^]

Fixes issue 16335: Cleanup the callout of S_ResourceAssignment_ID column

---
M src-db/database/sourcedata/AD_COLUMN.xml
---