Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002637Openbravo ERPA. Platformpublic2008-02-22 11:092008-12-14 18:02
rafaroda 
alostale 
normalminoralways
closedfixed 
5
 
pi 
No
Core
No
0002637: 'AD_PINSTANCE_SEQ' changes when creating a new window
*Environment
OS: Ubuntu 7.10
DB: Oracle SE
OB: Trunk source code 2490
Web browser: Firefox 2

*Steps
1. Create a new window using Application Dictionary: http://wiki.openbravo.com/wiki/index.php/Developers_Manual#Developing_Openbravo_using_the_data_dictionary [^]
2. Perform 'ant export.database': http://wiki.openbravo.com/wiki/index.php/Openbravo_Development_Environment_ODE#export.database [^]
3. Perform a 'Base diff': http://wiki.openbravo.com/wiki/index.php/Openbravo_Development_Environment_ODE#Base_diff [^]

Please notice that 'AD_PINSTANCE_SEQ.xml' inside 'openbravo/database/model/sequences' changed 'start' field value when it should not.
No tags attached.
Issue History
2008-12-14 18:02psarobeRegression testing => No
2008-12-14 18:02psarobeStatusresolved => closed
2008-12-14 18:02psarobeNote Added: 0011303
2008-12-14 18:02psarobeFixed in Version2.40alpha-r2 => trunk

Notes
(0006226)
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=1899465 [^]
(0003214)
alostale   
2008-02-22 13:27   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1500722
Originator: NO

This sequence is used to create the log_id for ad_pinstance_log table. We should decide if this table is useful, if it is we should implement its sequence as the rest of tables (within ad_sequnce table) if not we should remove it.
(0011303)
psarobe   
2008-12-14 18:02   
The table has been removed from model/sequences