details:   https://code.openbravo.com/erp/devel/pi/rev/50f482602e22
changeset: 32302:50f482602e22
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Mon Jun 12 18:24:58 2017 +0200
summary:   Fixed issue 36216: servlet callout SL_CreateLines_Conversion_UOM is 
not working

The reported problem is the same that it had been fixed in this issue #35540 . 
In this case, SL_CreateLines_Conversion_UOM callout is still required to be 
manually executed as a servlet.

Callouts should only be used in generated windows, for manual old 2.50 ones, as 
this case, the mapping is not generated by defining it as a manual map.

diffstat:

 src-db/database/sourcedata/AD_MODEL_OBJECT.xml |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e09bac281539 -r 50f482602e22 
src-db/database/sourcedata/AD_MODEL_OBJECT.xml
--- a/src-db/database/sourcedata/AD_MODEL_OBJECT.xml    Tue Jun 13 05:41:18 
2017 +0000
+++ b/src-db/database/sourcedata/AD_MODEL_OBJECT.xml    Mon Jun 12 18:24:58 
2017 +0200
@@ -4667,11 +4667,12 @@
 <!--CE710B1C239D491F8A7D98407283FACE-->  
<AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID>
 <!--CE710B1C239D491F8A7D98407283FACE-->  <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
 <!--CE710B1C239D491F8A7D98407283FACE-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
-<!--CE710B1C239D491F8A7D98407283FACE-->  <ACTION><![CDATA[C]]></ACTION>
+<!--CE710B1C239D491F8A7D98407283FACE-->  <ACTION><![CDATA[M]]></ACTION>
 <!--CE710B1C239D491F8A7D98407283FACE-->  
<CLASSNAME><![CDATA[org.openbravo.erpCommon.ad_callouts.SL_CreateLines_Conversion_UOM]]></CLASSNAME>
 <!--CE710B1C239D491F8A7D98407283FACE-->  <ISDEFAULT><![CDATA[Y]]></ISDEFAULT>
-<!--CE710B1C239D491F8A7D98407283FACE-->  
<AD_CALLOUT_ID><![CDATA[775917C69E0A45FFB22AEDD232C9D464]]></AD_CALLOUT_ID>
+<!--CE710B1C239D491F8A7D98407283FACE-->  
<AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--CE710B1C239D491F8A7D98407283FACE-->  
<OBJECT_TYPE><![CDATA[S]]></OBJECT_TYPE>
+<!--CE710B1C239D491F8A7D98407283FACE-->  <NAME><![CDATA[Manual callout for 
CreateLines conversion UOM]]></NAME>
 <!--CE710B1C239D491F8A7D98407283FACE--></AD_MODEL_OBJECT>
 
 <!--D0DDB9CF4F6145ADA5C57E4D3D1BA273--><AD_MODEL_OBJECT>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to