Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025833 | Openbravo ERP | 04. Warehouse management | public | 2014-02-25 16:55 | 2014-03-11 11:18 |
|
Reporter | Sandrahuguet | |
Assigned To | Sandrahuguet | |
Priority | immediate | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025833: API Change: remove C_RM_ORDER_PICK_EDIT_LINES and M_RESERVATION_PICK_EDIT |
Description | 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 |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | 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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-25 16:55 | Sandrahuguet | New Issue | |
2014-02-25 16:55 | Sandrahuguet | Assigned To | => Sandrahuguet |
2014-02-25 16:55 | Sandrahuguet | Modules | => Core |
2014-02-25 16:55 | Sandrahuguet | Triggers an Emergency Pack | => No |
2014-02-25 16:55 | Sandrahuguet | Relationship added | depends on 0023412 |
2014-02-25 16:55 | Sandrahuguet | Relationship added | depends on 0025814 |
2014-02-25 17:03 | Sandrahuguet | Assigned To | Sandrahuguet => dmitry_mezentsev |
2014-02-25 18:13 | Sandrahuguet | Description Updated | bug_revision_view_page.php?rev_id=5494#r5494 |
2014-02-25 18:21 | Sandrahuguet | Description Updated | bug_revision_view_page.php?rev_id=5495#r5495 |
2014-02-27 17:23 | dmitry_mezentsev | Note Added: 0064658 | |
2014-02-27 17:23 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => Sandrahuguet |
2014-02-28 14:55 | hgbot | Checkin | |
2014-02-28 14:55 | hgbot | Note Added: 0064685 | |
2014-02-28 14:55 | hgbot | Status | new => resolved |
2014-02-28 14:55 | hgbot | Resolution | open => fixed |
2014-02-28 14:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/8e75f7da5d7e125ae351e4249e97f3d8628500c2 [^] |
2014-02-28 20:28 | hgbot | Checkin | |
2014-02-28 20:28 | hgbot | Note Added: 0064701 | |
2014-03-06 12:40 | Sandrahuguet | Note Added: 0064909 | |
2014-03-06 12:41 | Sandrahuguet | Review Assigned To | => pramakrishnan |
2014-03-11 11:18 | pramakrishnan | Note Added: 0065030 | |
2014-03-11 11:18 | pramakrishnan | Status | resolved => closed |
Notes |
|
|
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
|
|
|
|
|
|
|
|
Code Review + Testing - OK. |
|