Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017237Openbravo ERPZ. Otherspublic2011-05-18 12:462011-05-18 14:30
shuehner 
shuehner 
immediatemajorhave not tried
closedfixed 
5
 
3.0RC73.0RC7 
No
Core
No
0017237: new Importdata Module (containing the old csv import from core) doesn't use same dal model packages as before in core
At least in the case of this one module this can be fixed easily as all tables in that ad_package have been moved from core to the module.

So instead of adding a new java package the old ad_package entry can be moved from core to the module.
No tags attached.
Issue History
2011-05-18 12:46shuehnerNew Issue
2011-05-18 12:46shuehnerAssigned To => shuehner
2011-05-18 12:46shuehnerModules => Core
2011-05-18 12:46shuehnerOBNetwork customer => No
2011-05-18 13:54shuehnerNote Added: 0037139
2011-05-18 13:55shuehnerStatusnew => scheduled
2011-05-18 13:55shuehnerfix_in_branch => pi
2011-05-18 13:55shuehnerNote Added: 0037140
2011-05-18 13:55shuehnerStatusscheduled => resolved
2011-05-18 13:55shuehnerFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/4520c6299164 [^]
2011-05-18 13:55shuehnerResolutionopen => fixed
2011-05-18 14:30psarobeNote Added: 0037144
2011-05-18 14:30psarobeStatusresolved => closed
2011-05-18 14:30psarobeFixed in Version => 3.0RC7

Notes
(0037139)
shuehner   
2011-05-18 13:54   
Commit to pi-rc7 branch:
https://code.openbravo.com/erp/devel/pi-rc7/rev/5f81e2411f4f [^]
(0037140)
shuehner   
2011-05-18 13:55   
[cleanup] Move ad_package row used for the I_ tables out of core into the module
The I_ tabls have been moved into a newly created module
(org.openbravo.importdata). As no other tables are left in core using the same
ad_package entry as those ones, the ad_package entry can also be removed from
core and put into the same new module.
Benet the dal-model package of those I_* tables does not change in that case so
any module using those via DAL does not need core changes. If not done this at
least affects/break the pos.sync module as it uses the I_Order table via dal.
(0037144)
psarobe   
2011-05-18 14:30   
By code review