Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021614Openbravo ERP00. Application dictionarypublic2012-09-11 17:472012-09-26 17:32
jonalegriaesarte 
dmiguelez 
immediatemajorhave not tried
closedfixed 
5
3.0MP14 
3.0MP153.0MP14.1 
Core
Production - QA Approved
2012-08-01
https://code.openbravo.com/erp/devel/pi/rev/c8f8fc23ae0b [^]
yes
0021614: Create columns from DB does not work in c_invoice table under particular conditions
Developing a new column included in a module different from APRM, the process create columns from DB does not work.
The problem is that two columns exist in c_invoice table, without a column in the application dictionary, so, the process fails because the system is trying to create these two columns in APRM module, which is not in developmnent
Columns are:
em_aprm_modif_paym_sched character(1) DEFAULT 'Y'::bpchar
em_aprm_modif_paym_out_sched character(1) DEFAULT 'Y'::bpchar
- With one module in development (not APRM module), create a new column in table c_invoice.
- Execute process create columns from DB in c_invoice table
- Error: Cannot insert/delete objects in a module not in development.
No tags attached.
Issue History
2012-09-11 17:47jonalegriaesarteNew Issue
2012-09-11 17:47jonalegriaesarteAssigned To => dmiguelez
2012-09-11 17:47jonalegriaesarteModules => Core
2012-09-11 17:48jonalegriaesarteRegression level => Production - QA Approved
2012-09-11 18:46dmiguelezStatusnew => scheduled
2012-09-11 18:46dmiguelezfix_in_branch => pi
2012-09-12 12:13dmiguelezRegression date => 2012-08-01
2012-09-12 12:13dmiguelezRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/c8f8fc23ae0b [^]
2012-09-12 12:13dmiguelezfix_in_branchpi =>
2012-09-12 13:54hgbotCheckin
2012-09-12 13:54hgbotNote Added: 0052020
2012-09-12 13:54hgbotStatusscheduled => resolved
2012-09-12 13:54hgbotResolutionopen => fixed
2012-09-12 13:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/07103a1a84bb731236647d0057e9bd1a494c43bf [^]
2012-09-12 17:18jonalegriaesarteClosed by => jonalegriaesarte
2012-09-12 17:18jonalegriaesarteNote Added: 0052029
2012-09-12 17:18jonalegriaesarteStatusresolved => closed
2012-09-12 17:18jonalegriaesarteFixed in Version => 3.0MP14.1
2012-09-26 17:16hgbotCheckin
2012-09-26 17:16hgbotNote Added: 0052660
2012-09-26 17:16hgbotStatusclosed => resolved
2012-09-26 17:16hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/07103a1a84bb731236647d0057e9bd1a494c43bf [^] => http://code.openbravo.com/erp/devel/pi/rev/ae22d24d93adeba2dd339a78ae6d895cc0565822 [^]
2012-09-26 17:19hudsonbotCheckin
2012-09-26 17:19hudsonbotNote Added: 0052735
2012-09-26 17:32gorka_gilStatusresolved => closed

Notes
(0052020)
hgbot   
2012-09-12 13:54   
Repository: erp/devel/pi
Changeset: 07103a1a84bb731236647d0057e9bd1a494c43bf
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Sep 12 11:01:13 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/07103a1a84bb731236647d0057e9bd1a494c43bf [^]

Fixes issue 21614: Removes column from Database.

---
M modules/org.openbravo.advpaymentmngt/src-db/database/model/modifiedTables/C_INVOICE.xml
---
(0052029)
jonalegriaesarte   
2012-09-12 17:18   
Verfied, the columns have been removed and the process create columns from db works correctly.
(0052660)
hgbot   
2012-09-26 17:16   
Repository: erp/devel/pi
Changeset: ae22d24d93adeba2dd339a78ae6d895cc0565822
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Sep 12 11:01:13 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ae22d24d93adeba2dd339a78ae6d895cc0565822 [^]

Fixes issue 21614: Removes column from Database.

---
M modules/org.openbravo.advpaymentmngt/src-db/database/model/modifiedTables/C_INVOICE.xml
---
(0052735)
hudsonbot   
2012-09-26 17:19   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b780e90c6452 [^]

Maturity status: Test