[OpenbravoERP-commits] devel/pi: 2 new changesets

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/33b4685cb8ae
changeset: 27552:33b4685cb8ae
user:  Atul Gaware  openbravo.com>
date:  Tue Sep 08 10:27:21 2015 +0530
summary:   Fixes Issue 30735:All price lists are displayed without organization 
role
access check.

Validation is provided to check the organization of price list being loaded
is accessible by Role of logged in user. SL_ProductPrice_PriceListVersion
is deprecated as is not required and also unlinked from the column.

details:   https://code.openbravo.com/erp/devel/pi/rev/7d592e7f797f
changeset: 27553:7d592e7f797f
user:  Víctor Martínez Romanos  openbravo.com>
date:  Tue Sep 08 19:05:27 2015 +0200
summary:   Fixed bug 30735: code review improvements

Rewritten validation rule to be generic, so we can use it for any record (not 
only Price List Versions).
In case the role's user level is Client or Client+Organization, the validation 
also displays PLV for * organization even in the case the * organization is not 
in the list of the Role's Organizations. This is the way it works for normal 
WAD windows (like Price List).
Removed code related to user level = System, as this is not used by the finance 
flows

diffstat:

 src-db/database/sourcedata/AD_COLUMN.xml  
|   2 +-
 src-db/database/sourcedata/AD_VAL_RULE.xml
|  21 ++
 src/org/openbravo/erpCommon/ad_callouts/SL_ProductPrice_PriceListVersion.java 
|   3 +-
 3 files changed, 24 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r 218a57fb2317 -r 7d592e7f797f src-db/database/sourcedata/AD_COLUMN.xml
--- a/src-db/database/sourcedata/AD_COLUMN.xml  Tue Sep 08 17:27:18 2015 +
+++ b/src-db/database/sourcedata/AD_COLUMN.xml  Tue Sep 08 19:05:27 2015 +0200
@@ -40698,6 +40698,7 @@
   
   
   
+  

   
   
   
@@ -40712,7 +40713,6 @@
   
   
   
-  

   
   
   
diff -r 218a57fb2317 -r 7d592e7f797f src-db/database/sourcedata/AD_VAL_RULE.xml
--- a/src-db/database/sourcedata/AD_VAL_RULE.xmlTue Sep 08 17:27:18 
2015 +
+++ b/src-db/database/sourcedata/AD_VAL_RULE.xmlTue Sep 08 19:05:27 
2015 +0200
@@ -1942,6 +1942,27 @@
   

 
 
+
+  

+  

+  
+  
+  
+  
+  
+  
+  

+
+
 
   

   

diff -r 218a57fb2317 -r 7d592e7f797f 
src/org/openbravo/erpCommon/ad_callouts/SL_ProductPrice_PriceListVersion.java
--- 
a/src/org/openbravo/erpCommon/ad_callouts/SL_ProductPrice_PriceListVersion.java 
Tue Sep 08 17:27:18 2015 +
+++ 
b/src/org/openbravo/erpCommon/ad_callouts/SL_ProductPrice_PriceListVersion.java 
Tue Sep 08 19:05:27 2015 +0200
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2012 Openbravo SLU 
+ * All portions are Copyright (C) 2012-2015 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  __.
  
@@ -33,6 +33,7 @@
 import org.openbravo.model.pricing.pricelist.PriceListVersion;
 import org.openbravo.xmlEngine.XmlDocument;
 
+@Deprecated
 public class SL_ProductPrice_PriceListVersion extends HttpSecureAppServlet {
   private static final long serialVersionUID = 1L;
 

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: Related to issue 29872: Deactivated the field for 15Q4

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/fd369e6a0383
changeset: 27555:fd369e6a0383
user:  Víctor Martínez Romanos  openbravo.com>
date:  Wed Sep 09 13:35:01 2015 +0200
summary:   Related to issue 29872: Deactivated the field for 15Q4

Due to the terrible impact both sorting and filtering by this field have for 
the performance, we have decided to deactivate this field for 15Q4, and to 
think about a generalistic way to deactivate the filtering and sorting for this 
field (and others) in 16Q1

diffstat:

 src-db/database/sourcedata/AD_FIELD.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 488a1173fd8e -r fd369e6a0383 src-db/database/sourcedata/AD_FIELD.xml
--- a/src-db/database/sourcedata/AD_FIELD.xml   Wed Sep 09 13:22:39 2015 +0200
+++ b/src-db/database/sourcedata/AD_FIELD.xml   Wed Sep 09 13:35:01 2015 +0200
@@ -299511,7 +299511,7 @@
   

   

   
-  
+  
   
   
   

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: Renamed "Product" reference to "Product (by Price and ...

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/488a1173fd8e
changeset: 27554:488a1173fd8e
user:  Víctor Martínez Romanos  openbravo.com>
date:  Wed Sep 09 13:22:39 2015 +0200
summary:   Renamed "Product" reference to "Product (by Price and Warehouse)".
Added help message.

This is done to avoid the usage of this complex reference in the places where 
the Price and Warehouse information is not needed

diffstat:

 src-db/database/sourcedata/AD_REFERENCE.xml |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 7d592e7f797f -r 488a1173fd8e src-db/database/sourcedata/AD_REFERENCE.xml
--- a/src-db/database/sourcedata/AD_REFERENCE.xml   Tue Sep 08 19:05:27 
2015 +0200
+++ b/src-db/database/sourcedata/AD_REFERENCE.xml   Wed Sep 09 13:22:39 
2015 +0200
@@ -3425,7 +3425,8 @@
   
   
   
-  
+  
+  
   
   
   

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: Fixes Issue 27440:pl-function c_order_status is broken...

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/16ed86fcdf7f
changeset: 27557:16ed86fcdf7f
user:  Atul Gaware  openbravo.com>
date:  Wed Jul 15 23:48:05 2015 +0530
summary:   Fixes Issue 27440:pl-function c_order_status is broken: uuid bug

Variable v_CountNotPaid wrongly set as VARCHAR during merge r2.5x
into trunk

diffstat:

 src-db/database/model/functions/C_ORDER_STATUS.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b4dbd8ccb5ca -r 16ed86fcdf7f 
src-db/database/model/functions/C_ORDER_STATUS.xml
--- a/src-db/database/model/functions/C_ORDER_STATUS.xmlFri Sep 04 
14:47:22 2015 +0200
+++ b/src-db/database/model/functions/C_ORDER_STATUS.xmlWed Jul 15 
23:48:05 2015 +0530
@@ -16,7 +16,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2001-2009 Openbravo SLU
+* All portions are Copyright (C) 2001-2015 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  __.
 /
@@ -24,7 +24,7 @@
   v_OrderStatus   VARCHAR(60) ;
   v_CountNotDelivered NUMBER;
   v_CountNotInvoiced  NUMBER;
-  v_CountNotPaid  varchar2(32);
+  v_CountNotPaid  NUMBER;
 BEGIN
   SELECT MAX(Docstatus)
   INTO v_OrderStatus

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: Fixes issue 30586: Performance problems in ProductChar...

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/b4dbd8ccb5ca
changeset: 27556:b4dbd8ccb5ca
user:  Alvaro Ferraz  openbravo.com>
date:  Fri Sep 04 14:47:22 2015 +0200
summary:   Fixes issue 30586: Performance problems in 
ProductCharacteristicEventHandler

Many loops inside ProductCharacteristicEventHandler have been replaced or 
removed.
Loops to check if there is any wrong result, have been replaced with a unique 
result query.
Loops inside getValuesToAdd method have been replaced with a query and results 
will be returned with a ScrollableResults.
Loop to retrieve existingValues has been replaced with a query.

diffstat:

 src/org/openbravo/event/ProductCharacteristicEventHandler.java |  198 ++---
 1 files changed, 125 insertions(+), 73 deletions(-)

diffs (286 lines):

diff -r fd369e6a0383 -r b4dbd8ccb5ca 
src/org/openbravo/event/ProductCharacteristicEventHandler.java
--- a/src/org/openbravo/event/ProductCharacteristicEventHandler.javaWed Sep 
09 13:35:01 2015 +0200
+++ b/src/org/openbravo/event/ProductCharacteristicEventHandler.javaFri Sep 
04 14:47:22 2015 +0200
@@ -18,15 +18,12 @@
  */
 package org.openbravo.event;
 
-import java.util.ArrayList;
-import java.util.HashSet;
 import java.util.List;
-import java.util.Set;
 
 import javax.enterprise.event.Observes;
 
-import org.apache.commons.lang.StringUtils;
 import org.apache.log4j.Logger;
+import org.hibernate.Query;
 import org.hibernate.ScrollMode;
 import org.hibernate.ScrollableResults;
 import org.hibernate.criterion.Restrictions;
@@ -39,7 +36,6 @@
 import org.openbravo.client.kernel.event.EntityNewEvent;
 import org.openbravo.client.kernel.event.EntityPersistenceEventObserver;
 import org.openbravo.client.kernel.event.EntityUpdateEvent;
-import org.openbravo.dal.core.DalUtil;
 import org.openbravo.dal.service.OBCriteria;
 import org.openbravo.dal.service.OBDal;
 import org.openbravo.erpCommon.utility.OBMessageUtils;
@@ -85,18 +81,28 @@
   }
   if (prCh.isDefinesPrice()) {
 // Check there is only 1.
-for (ProductCharacteristic prChAux : 
prCh.getProduct().getProductCharacteristicList()) {
-  if (prChAux.isDefinesPrice() && 
!prChAux.getId().equals(prCh.getId())) {
-throw new 
OBException(OBMessageUtils.messageBD("DuplicateDefinesPrice"));
-  }
+OBCriteria criteria = 
OBDal.getInstance().createCriteria(
+ProductCharacteristic.class);
+criteria.add(Restrictions.eq(ProductCharacteristic.PROPERTY_PRODUCT, 
prCh.getProduct()));
+
criteria.add(Restrictions.eq(ProductCharacteristic.PROPERTY_DEFINESPRICE, 
true));
+criteria.add(Restrictions.ne(ProductCharacteristic.PROPERTY_ID, 
prCh.getId()));
+criteria.setFilterOnActive(false);
+criteria.setMaxResults(1);
+if (criteria.uniqueResult() != null) {
+  throw new 
OBException(OBMessageUtils.messageBD("DuplicateDefinesPrice"));
 }
   }
   if (prCh.isDefinesImage()) {
 // Check there is only 1.
-for (ProductCharacteristic prChAux : 
prCh.getProduct().getProductCharacteristicList()) {
-  if (prChAux.isDefinesImage() && 
!prChAux.getId().equals(prCh.getId())) {
-throw new 
OBException(OBMessageUtils.messageBD("DuplicateDefinesImage"));
-  }
+OBCriteria criteria = 
OBDal.getInstance().createCriteria(
+ProductCharacteristic.class);
+criteria.add(Restrictions.eq(ProductCharacteristic.PROPERTY_PRODUCT, 
prCh.getProduct()));
+
criteria.add(Restrictions.eq(ProductCharacteristic.PROPERTY_DEFINESIMAGE, 
true));
+criteria.add(Restrictions.ne(ProductCharacteristic.PROPERTY_ID, 
prCh.getId()));
+criteria.setFilterOnActive(false);
+criteria.setMaxResults(1);
+if (criteria.uniqueResult() != null) {
+  throw new 
OBException(OBMessageUtils.messageBD("DuplicateDefinesImage"));
 }
   }
   final Entity prodCharEntity = ModelProvider.getInstance().getEntity(
@@ -107,10 +113,18 @@
   @SuppressWarnings("unchecked")
   List prChConfs = 
(List) event
   .getCurrentState(charConfListProperty);
-  Set newChValues = getValuesToAdd(prCh);
-  for (String[] strChValueId : newChValues) {
-prChConfs
-.add(getCharacteristicConf(prCh, strChValueId[0], strChValueId[1], 
strChValueId[2]));
+
+  ScrollableResults scroll = getValuesToAdd(prCh);
+  try {
+while (scroll.next()) {
+  Object[] strChValue = scroll.get();
+  String chValueId = (String) strChValue[0];
+  String chValueCode = (String) strChValue[1];
+  Boolean chValueActive = (Boolean) strChValue[2];
+  prChConfs.add(getCharacteristicConf(prCh, chValueId, chValueCode, 
chValueActive));
+}
+  } finally {
+scroll.close();
   }
 }
   }
@@ -130,10 +144,16 @@
 
 if (!event.getPreviousState(chProp).equals(event.getCurrentState(chProp))) 
{
   final 

[OpenbravoERP-commits] devel/pi: Fixes Issue 27444:pl-function ad_org_chk_ready has dat...

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/a07dc1b84ebd
changeset: 27558:a07dc1b84ebd
user:  Atul Gaware  openbravo.com>
date:  Fri Jul 17 19:17:49 2015 +0530
summary:   Fixes Issue 27444:pl-function ad_org_chk_ready has datatype mismatch

Return type of ad_org_chk_ready changed to numeric.

diffstat:

 src-db/database/model/functions/AD_ORG_CHK_READY.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 16ed86fcdf7f -r a07dc1b84ebd 
src-db/database/model/functions/AD_ORG_CHK_READY.xml
--- a/src-db/database/model/functions/AD_ORG_CHK_READY.xml  Wed Jul 15 
23:48:05 2015 +0530
+++ b/src-db/database/model/functions/AD_ORG_CHK_READY.xml  Fri Jul 17 
19:17:49 2015 +0530
@@ -1,6 +1,6 @@
 
   
-
+
   
 
   
@@ -16,7 +16,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2008-2014 Openbravo SLU
+* All portions are Copyright (C) 2008-2015 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  __.
 /

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/main: 6 new changesets

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/main/rev/218a57fb2317
changeset: 27551:218a57fb2317
user:  RM packaging bot  openbravo.com>
date:  Tue Sep 08 17:27:18 2015 +
summary:   CI: merge back from main

details:   https://code.openbravo.com/erp/devel/main/rev/33b4685cb8ae
changeset: 27552:33b4685cb8ae
user:  Atul Gaware  openbravo.com>
date:  Tue Sep 08 10:27:21 2015 +0530
summary:   Fixes Issue 30735:All price lists are displayed without organization 
role
access check.

Validation is provided to check the organization of price list being loaded
is accessible by Role of logged in user. SL_ProductPrice_PriceListVersion
is deprecated as is not required and also unlinked from the column.

details:   https://code.openbravo.com/erp/devel/main/rev/7d592e7f797f
changeset: 27553:7d592e7f797f
user:  Víctor Martínez Romanos  openbravo.com>
date:  Tue Sep 08 19:05:27 2015 +0200
summary:   Fixed bug 30735: code review improvements

Rewritten validation rule to be generic, so we can use it for any record (not 
only Price List Versions).
In case the role's user level is Client or Client+Organization, the validation 
also displays PLV for * organization even in the case the * organization is not 
in the list of the Role's Organizations. This is the way it works for normal 
WAD windows (like Price List).
Removed code related to user level = System, as this is not used by the finance 
flows

details:   https://code.openbravo.com/erp/devel/main/rev/488a1173fd8e
changeset: 27554:488a1173fd8e
user:  Víctor Martínez Romanos  openbravo.com>
date:  Wed Sep 09 13:22:39 2015 +0200
summary:   Renamed "Product" reference to "Product (by Price and Warehouse)".
Added help message.

This is done to avoid the usage of this complex reference in the places where 
the Price and Warehouse information is not needed

details:   https://code.openbravo.com/erp/devel/main/rev/fd369e6a0383
changeset: 27555:fd369e6a0383
user:  Víctor Martínez Romanos  openbravo.com>
date:  Wed Sep 09 13:35:01 2015 +0200
summary:   Related to issue 29872: Deactivated the field for 15Q4

Due to the terrible impact both sorting and filtering by this field have for 
the performance, we have decided to deactivate this field for 15Q4, and to 
think about a generalistic way to deactivate the filtering and sorting for this 
field (and others) in 16Q1

details:   https://code.openbravo.com/erp/devel/main/rev/35a1eec70785
changeset: 27556:35a1eec70785
user:  RM packaging bot  openbravo.com>
date:  Wed Sep 09 20:53:33 2015 +
summary:   CI: update AD_MODULE to version 27555

diffstat:

 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml  
   |   2 +-
 
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   4 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
   |   2 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|   2 +-
 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml   
   |   2 +-
 
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   8 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
  |   2 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   2 +-
 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml   
   |   2 +-
 
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   6 +-
 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml 
   |   2 +-
 
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   4 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml 
  |   2 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|   2 +-
 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml  
   |   2 +-
 
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
|   2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   2 +-
 

[OpenbravoERP-commits] devel/pi: 2 new changesets

2015-09-09 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/35a1eec70785
changeset: 27559:35a1eec70785
user:  RM packaging bot  openbravo.com>
date:  Wed Sep 09 20:53:33 2015 +
summary:   CI: update AD_MODULE to version 27555

details:   https://code.openbravo.com/erp/devel/pi/rev/36616fa1a496
changeset: 27560:36616fa1a496
user:  RM packaging bot  openbravo.com>
date:  Wed Sep 09 21:09:32 2015 +
summary:   CI: merge back from main

diffstat:

 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml  
   |2 +-
 
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |4 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
   |2 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|2 +-
 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml   
   |2 +-
 
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |8 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
  |2 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |2 +-
 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml   
   |2 +-
 
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |6 +-
 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml 
   |2 +-
 
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |4 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml 
  |2 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|2 +-
 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml  
   |2 +-
 
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
|2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |2 +-
 
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |2 +-
 
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   10 +-
 
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |4 +-
 
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |2 +-
 modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
   |2 +-
 
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|2 +-
 
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   12 +-
 
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
|2 +-
 
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |2 +-
 
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
  |2 +-
 
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |6 +-
 
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
|2 +-
 
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |2 +-