Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002511Openbravo ERPA. Platformpublic2008-01-16 10:432008-11-26 13:56
adrianromero 
marvintm 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0002511: Export structures in Postgre that does not exists in XML
When exporting the structure model in Postgresql with the databases tool. There are two functions that must not be exported because these functions are created in the prescript and are not functions of the XML model.

These functions are:

C_DATEDAYINMONTH
MONTHS_BETWEEN

The solution is to filter these functions in the class that reads the functions list for Postgre when reading the model.
No tags attached.
depends on backport 0003606 closed marvintm Export structures in Postgre that does not exist 
Issue History
2008-11-26 13:56psarobeRegression testing => No
2008-11-26 13:56psarobeStatusresolved => closed

Notes
(0006100)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1872622 [^]
(0003025)
marvintm   
2008-02-12 08:59   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: NO

We have tested this bug in the subversion repository and it has just been fixed.

Note that the only supported version of the application is the one in subversion. So it is possible that this was a bug in a previous version that is already fixed.
(0003026)
marvintm   
2008-02-12 08:59   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: NO

C_DATEDAYINMONTH has been deleted from prescript (as it's not necessary), and the correct one still exists as an xml file (it is not necessary to delete it). MONTHS_BETWEEN did not exist as an xml file, and now it is filtered so it is not exported.