Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036229Openbravo ERP04. Warehouse managementpublic2017-06-09 09:522017-06-16 09:08
aferraz 
inigosanchez 
immediatemajoralways
closedfixed 
30Professional Appliance
 
3.0PR17Q2.13.0PR17Q2.1 
alostale
Core
Production - Confirmed Stable
2016-10-17
3.0PR17Q1
https://code.openbravo.com/erp/devel/pi/rev/b468094df0d0 [^]
No
0036229: Not possible to change secondary quantity nor secondary unit in Goods Receipt create lines from process
Not possible to change secondary quantity nor secondary unit in Goods Receipt create lines from process
As system admin role:
   Set as displayed the 'Order Quantity' and 'Order UOM' fields of at least purchase order and goods receipt lines
   Set as active 'Product - UOM' and 'Unit Of Measure - Conversion' tabs

As group admin role:
   Create a new product
   Add a purchase price list to it
   Set a unit in the UOM tab, for example Kg
   Create another unit in the UOM tab, for example Liter
   Define a conversion between Kg and Unit
   Create a purchase order, add a line to it and include the previously created product
   Select Kg in Order UOM field and set the quantity in Order Quantity field
   Book it
   Create a Goods Receipt header
   Click on Create Lines From and select the already created order line
   Change secondary quantity or secondary unit.
   Click on Ok button and realize any action is performed and Ok and Cancel buttons get disabled.
   Check in js console the following error: POST http://localhost:8080/openbravo/ad_callouts/SL_CreateLines_Conversion_UOM.html [^] 404 (No Encontrado)
No tags attached.
blocks defect 0036216 closed inigosanchez Not possible to change secondary quantity nor secondary unit in Goods Receipt create lines from process 
Issue History
2017-06-12 13:48inigosanchezTypedefect => backport
2017-06-12 13:48inigosanchezTarget Version => 3.0PR17Q2.1
2017-06-13 10:13inigosanchezReview Assigned To => alostale
2017-06-13 10:24hgbotCheckin
2017-06-13 10:24hgbotNote Added: 0097346
2017-06-13 10:24hgbotStatusscheduled => resolved
2017-06-13 10:24hgbotResolutionopen => fixed
2017-06-13 10:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q2.1/rev/3c6b29670b0f64dd6cdbe14fb7409342de1bb56d [^]
2017-06-13 11:26inigosanchezNote Added: 0097352
2017-06-13 11:26inigosanchezNote Deleted: 0097352
2017-06-16 09:08alostaleNote Added: 0097432
2017-06-16 09:08alostaleStatusresolved => closed
2017-06-16 09:08alostaleFixed in Version => 3.0PR17Q2.1

Notes
(0097346)
hgbot   
2017-06-13 10:24   
Repository: erp/backports/3.0PR17Q2.1
Changeset: 3c6b29670b0f64dd6cdbe14fb7409342de1bb56d
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Jun 13 10:24:14 2017 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR17Q2.1/rev/3c6b29670b0f64dd6cdbe14fb7409342de1bb56d [^]

Fixed issue 36229:servlet callout SL_CreateLines_Conversion_UOM is not working

The reported problem is the same that it had been fixed in this issue 0035540 . 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.

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
---
(0097432)
alostale   
2017-06-16 09:08   
reviewed + tested