details: /erp/devel/pi/rev/4520c6299164 changeset: 12226:4520c6299164 user: Stefan Hühner <stefan.huehner <at> openbravo.com> date: Wed May 18 13:51:15 2011 +0200 summary: [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.
diffstat: src-db/database/sourcedata/AD_PACKAGE.xml | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diffs (20 lines): diff -r abe159fc0863 -r 4520c6299164 src-db/database/sourcedata/AD_PACKAGE.xml --- a/src-db/database/sourcedata/AD_PACKAGE.xml Wed May 18 13:09:18 2011 +0200 +++ b/src-db/database/sourcedata/AD_PACKAGE.xml Wed May 18 13:51:15 2011 +0200 @@ -200,16 +200,6 @@ <!--5A3ED54AB1DC4B84E040007F01006125--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--5A3ED54AB1DC4B84E040007F01006125--></AD_PACKAGE> -<!--5A3ED54AB1DD4B84E040007F01006125--><AD_PACKAGE> -<!--5A3ED54AB1DD4B84E040007F01006125--> <AD_PACKAGE_ID><![CDATA[5A3ED54AB1DD4B84E040007F01006125]]></AD_PACKAGE_ID> -<!--5A3ED54AB1DD4B84E040007F01006125--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> -<!--5A3ED54AB1DD4B84E040007F01006125--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> -<!--5A3ED54AB1DD4B84E040007F01006125--> <NAME><![CDATA[org.openbravo.model.dataimport]]></NAME> -<!--5A3ED54AB1DD4B84E040007F01006125--> <JAVAPACKAGE><![CDATA[org.openbravo.model.dataimport]]></JAVAPACKAGE> -<!--5A3ED54AB1DD4B84E040007F01006125--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> -<!--5A3ED54AB1DD4B84E040007F01006125--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--5A3ED54AB1DD4B84E040007F01006125--></AD_PACKAGE> - <!--5A3ED54AB1DE4B84E040007F01006125--><AD_PACKAGE> <!--5A3ED54AB1DE4B84E040007F01006125--> <AD_PACKAGE_ID><![CDATA[5A3ED54AB1DE4B84E040007F01006125]]></AD_PACKAGE_ID> <!--5A3ED54AB1DE4B84E040007F01006125--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
