Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025833Openbravo ERP04. Warehouse managementpublic2014-02-25 16:552014-03-11 11:18
Sandrahuguet 
Sandrahuguet 
immediatetrivialhave not tried
closedfixed 
20Community Appliance
 
 
pramakrishnan
Core
No
0025833: API Change: remove C_RM_ORDER_PICK_EDIT_LINES and M_RESERVATION_PICK_EDIT
Because of performance issues with stock reservation and return to vendor pick and edit windows we've decided to delete this views and implement both pick and edit with manual datasource.

Removed view :C_RM_ORDER_PICK_EDIT_LINES
Removed view :M_RESERVATION_PICK_EDIT

and their associated fields and columns and the elements that with change are not used.

We have checked in all Openbravo modules and this views are not used, but of this element deleted is used in the module org.openbravo.warehouse.pickinglist

We have two options:
- update org.openbravo.warehouse.pickinglist and accept the api-change
- postpone delete of view+table+column+element and just commit new code + change of ad_tab to new table
N/A
No tags attached.
depends on design defect 0023412 closed Sandrahuguet Manage Stock Pick and Execute Window does not work with large amount of data 
depends on feature request 0025814 closed Sandrahuguet Create a new return to vendor pick and edit with manual datasource 
Issue History
2014-02-25 16:55SandrahuguetNew Issue
2014-02-25 16:55SandrahuguetAssigned To => Sandrahuguet
2014-02-25 16:55SandrahuguetModules => Core
2014-02-25 16:55SandrahuguetTriggers an Emergency Pack => No
2014-02-25 16:55SandrahuguetRelationship addeddepends on 0023412
2014-02-25 16:55SandrahuguetRelationship addeddepends on 0025814
2014-02-25 17:03SandrahuguetAssigned ToSandrahuguet => dmitry_mezentsev
2014-02-25 18:13SandrahuguetDescription Updatedbug_revision_view_page.php?rev_id=5494#r5494
2014-02-25 18:21SandrahuguetDescription Updatedbug_revision_view_page.php?rev_id=5495#r5495
2014-02-27 17:23dmitry_mezentsevNote Added: 0064658
2014-02-27 17:23dmitry_mezentsevAssigned Todmitry_mezentsev => Sandrahuguet
2014-02-28 14:55hgbotCheckin
2014-02-28 14:55hgbotNote Added: 0064685
2014-02-28 14:55hgbotStatusnew => resolved
2014-02-28 14:55hgbotResolutionopen => fixed
2014-02-28 14:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/8e75f7da5d7e125ae351e4249e97f3d8628500c2 [^]
2014-02-28 20:28hgbotCheckin
2014-02-28 20:28hgbotNote Added: 0064701
2014-03-06 12:40SandrahuguetNote Added: 0064909
2014-03-06 12:41SandrahuguetReview Assigned To => pramakrishnan
2014-03-11 11:18pramakrishnanNote Added: 0065030
2014-03-11 11:18pramakrishnanStatusresolved => closed

Notes
(0064658)
dmitry_mezentsev   
2014-02-27 17:23   
Approved.
Agreed to publish new version of the module.
(0064685)
hgbot   
2014-02-28 14:55   
Repository: erp/devel/api-checks
Changeset: 8e75f7da5d7e125ae351e4249e97f3d8628500c2
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Feb 28 14:52:59 2014 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/8e75f7da5d7e125ae351e4249e97f3d8628500c2 [^]

Fixed bug 25833 API change

---
M java/reference/java.japi.gz
M model/src-db/database/sourcedata/AD_COLUMN.xml
M model/src-db/database/sourcedata/AD_ELEMENT.xml
M model/src-db/database/sourcedata/AD_FIELD.xml
M model/src-db/database/sourcedata/AD_REFERENCE.xml
M model/src-db/database/sourcedata/AD_TAB.xml
M model/src-db/database/sourcedata/AD_TABLE.xml
M model/src-db/database/sourcedata/AD_WINDOW.xml
M model/src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
R model/src-db/database/model/views/C_RM_ORDER_PICK_EDIT_LINES.xml
R model/src-db/database/model/views/M_RESERVATION_PICK_EDIT.xml
---
(0064701)
hgbot   
2014-02-28 20:28   
Repository: erp/devel/api-checks
Changeset: fbc9958705ecb62b3f5fbc7a93838e9542d2aacd
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Feb 28 20:25:44 2014 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/fbc9958705ecb62b3f5fbc7a93838e9542d2aacd [^]

Related to issue 25833

---
M java/reference/java.japi.gz
---
(0064909)
Sandrahuguet   
2014-03-06 12:40   
New version of pickinglist published in this commit:
https://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/cf9960cedc97 [^]
(0065030)
pramakrishnan   
2014-03-11 11:18   
Code Review + Testing - OK.