Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015514Openbravo ERPA. Platformpublic2010-09-28 20:452011-01-20 09:52
networkb 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0015514: Error message should be warning when package a module.
If you have in a package module an inclusion with a minor version lower than the current installed, when execute ant package.module -Dmodule=package, a validation error appears:
[validateModules] +++++++++++++++++++++++++++++++++++++++++++++++++++
[validateModules] Errors for Validation type: MODULE_ERROR
[validateModules] +++++++++++++++++++++++++++++++++++++++++++++++++++
[validateModules] Localization pack Spain (España) defines inclussion of module Chart of accounts: PGC 2007 PYMEs in version 1.0.1, but actual version in DB is 1.0.3. They must exactly match.

But the .obx is correctly generated. This message should be a warning.
Install a package, and ensure that the version of the installed modules is different than the version saved on the "Include" tab of the installed package for this module.
No tags attached.
blocks defect 0014724 closed alostale Error message should be warning when package a module. 
? 15514.export (1,165) 2010-12-23 08:08
https://issues.openbravo.com/file_download.php?file_id=3443&type=bug
Issue History
2010-12-22 18:04alostaleTypedefect => backport
2010-12-22 18:04alostalefix_in_branchpi => 2.50
2010-12-23 08:08alostaleFile Added: 15514.export
2010-12-23 08:08alostaleNote Added: 0033373
2010-12-24 10:07adrianromeroStatusscheduled => resolved
2010-12-24 10:07adrianromeroFixed in SCM revision => attached diff
2010-12-24 10:07adrianromeroResolutionopen => fixed
2010-12-30 09:25hgbotCheckin
2010-12-30 09:25hgbotNote Added: 0033429
2010-12-30 09:25hgbotFixed in SCM revisionattached diff => http://code.openbravo.com/erp/stable/2.50/rev/e644faec33497d8c26dceeec50643cbd8e9592f2 [^]
2011-01-20 09:52marvintmNote Added: 0033782
2011-01-20 09:52marvintmStatusresolved => closed

Notes
(0033373)
alostale   
2010-12-23 08:08   
Attached patch as 2.50 branch is currently frozen.
(0033429)
hgbot   
2010-12-30 09:25   
Repository: erp/stable/2.50
Changeset: e644faec33497d8c26dceeec50643cbd8e9592f2
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Dec 22 18:06:18 2010 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/e644faec33497d8c26dceeec50643cbd8e9592f2 [^]

fixed bug 15514: Error message should be warning when package a module

---
M src/org/openbravo/service/system/ModuleValidator.java
---
(0033782)
marvintm   
2011-01-20 09:52   
Verified that the message shown is now a warning.