Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016901Openbravo ERP00. Application dictionarypublic2011-04-27 10:572011-05-12 13:35
egoitz 
marvintm 
urgentmajoralways
closedfixed 
5
3.0RC6.1 
3.0RC73.0RC7 
Core
No
0016901: The resource assigment field on sales invoice line produces errors if it is showed
If you don't apply the configuration script for Openbravo 3, the file
resource assigment on sales invoice lines, is showed.
With this column showed you are not able to add a new line, because the default values for fields such as organization are not filled, and you can not fill them manually.
-Go to modules window
-Find the template for Openbravo 3
-Uncheck the apply configuration script checkbox
-Execute ant update.database
-Compile the application
-go to sales invoice lines and try to add a new line.
*It is not possible.
Change the definition of all the fields using
to be hidden on core, and not hidden by the openbravo 3 configuration script.

Remove that part from configscript

    <columnDataChange tablename="AD_FIELD" columnname="ISDISPLAYED" pkRow="5386">
      <oldValue><![CDATA[Y]]></oldValue>
      <newValue><![CDATA[N]]></newValue>
    </columnDataChange>

and then put the fields
'5387'
'5386'
'6479'

as notdisplayed or inactive, because the column used is defined as not implemented·
No tags attached.
has duplicate defect 00169333.0RC7 closed marvintm Child tabs are not working. Mandatory fields are not filled in automatically 
blocks defect 0015999 closed vmromanos The callout SE_Assignment_Product has not java class on the sources 
Issue History
2011-04-27 10:57egoitzNew Issue
2011-04-27 10:57egoitzAssigned To => alostale
2011-04-27 10:57egoitzModules => Core
2011-04-27 11:02egoitzDescription Updatedbug_revision_view_page.php?rev_id=1875#r1875
2011-04-28 11:25egoitzRelationship addedblocks 0015999
2011-05-02 10:43alostaleStatusnew => scheduled
2011-05-02 10:43alostaleAssigned Toalostale => marvintm
2011-05-02 10:43alostalefix_in_branch => pi
2011-05-05 11:21marvintmRelationship addedhas duplicate 0016933
2011-05-05 11:29hgbotCheckin
2011-05-05 11:29hgbotNote Added: 0036387
2011-05-05 11:29hgbotStatusscheduled => resolved
2011-05-05 11:29hgbotResolutionopen => fixed
2011-05-05 11:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d2dcfbca32dbeb419488e526b775b85042935c8c [^]
2011-05-12 13:30hudsonbotCheckin
2011-05-12 13:30hudsonbotNote Added: 0036822
2011-05-12 13:35alostaleStatusresolved => closed
2011-05-12 13:35alostaleFixed in Version => 3.0RC7

Notes
(0036387)
hgbot   
2011-05-05 11:29   
Repository: erp/devel/pi
Changeset: d2dcfbca32dbeb419488e526b775b85042935c8c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu May 05 11:28:24 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d2dcfbca32dbeb419488e526b775b85042935c8c [^]

Fixed issue 16901. Changed UIDefinition of the Assignment reference

---
M modules/org.openbravo.client.kernel/src-db/database/sourcedata/OBCLKER_UIDEFINITION.xml
---
(0036822)
hudsonbot   
2011-05-12 13:30   
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/c40e579fcd38 [^]

Maturity status: Test