Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015690Openbravo ERPA. Platformpublic2011-01-18 12:492011-03-01 00:00
adrianromero 
marvintm 
immediatemajorhave not tried
closedfixed 
20Community Appliance
3.0RC3 
 
Core
No
0015690: Datasets marked as business objects, when applying the dataset delete records created manually
if you have installed the spain taxes module, and you have applied a dataset, if you install the last version of module and you apply the dataset, some c_tax_acct records are deleted.
Copied from duplicated issue 15665

. install version 1.2.15 of spain taxes module
. apply the dataset to organization main
. run process "info.conta.impuestos"
 the records in c_tax_acct are created

. install version 1.2.24 of spain taxes module
. apply the dataset to organization main
 some records in c_tax_acct have been deleted
When importing the dataset do not delete records, just update.
No tags attached.
blocks backport 00156892.50MP26 closed marvintm Datasets marked as business objects, when applying the dataset delete records created manually 
Issue History
2011-01-18 12:49adrianromeroNew Issue
2011-01-18 12:49adrianromeroAssigned To => marvintm
2011-01-18 12:49adrianromeroModules => Core
2011-01-18 12:49adrianromeroIssue generated from0015689
2011-01-18 12:49adrianromeroRelationship addedblocks 0015689
2011-01-18 12:54marvintmCategoryY. DBSourceManager => A. Platform
2011-01-18 23:27hgbotCheckin
2011-01-18 23:27hgbotNote Added: 0033742
2011-01-18 23:27hgbotStatusnew => resolved
2011-01-18 23:27hgbotResolutionopen => fixed
2011-01-18 23:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9e1b16640aa476a5c2871ac870ed30d4c88e1044 [^]
2011-01-18 23:34hgbotCheckin
2011-01-18 23:34hgbotNote Added: 0033743
2011-01-19 06:34hgbotCheckin
2011-01-19 06:34hgbotNote Added: 0033744
2011-01-19 07:22hgbotCheckin
2011-01-19 07:22hgbotNote Added: 0033746
2011-02-28 13:27marvintmNote Added: 0034419
2011-02-28 13:27marvintmStatusresolved => closed
2011-03-01 00:00anonymoussf_bug_id0 => 3195604

Notes
(0033742)
hgbot   
2011-01-18 23:27   
Repository: erp/devel/pi
Changeset: 9e1b16640aa476a5c2871ac870ed30d4c88e1044
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jan 18 23:27:08 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9e1b16640aa476a5c2871ac870ed30d4c88e1044 [^]

Fixes issue 15690: Datasets marked as business objects, when applying the dataset delete records created manually

---
M src-test/org/openbravo/test/AllAntTaskTests.java
M src-test/org/openbravo/test/AllTests.java
M src-test/org/openbravo/test/AntTaskTests.java
M src/org/openbravo/dal/xml/BaseXMLEntityConverter.java
M src/org/openbravo/dal/xml/XMLEntityConverter.java
A src-test/org/openbravo/test/xml/ExportImportNoDeleteChildrenTest.java
---
(0033743)
hgbot   
2011-01-18 23:34   
Repository: erp/devel/pi
Changeset: 53f07a0e3c9a37a8d8894662f81305697e9bf23b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jan 18 23:34:27 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/53f07a0e3c9a37a8d8894662f81305697e9bf23b [^]

Related to issue 15690, updated copyright change years of changed sources

---
M src-test/org/openbravo/test/AllAntTaskTests.java
M src-test/org/openbravo/test/AllTests.java
M src-test/org/openbravo/test/AntTaskTests.java
M src/org/openbravo/dal/xml/BaseXMLEntityConverter.java
M src/org/openbravo/dal/xml/XMLEntityConverter.java
---
(0033744)
hgbot   
2011-01-19 06:34   
Repository: erp/devel/pi
Changeset: 829fc2fb17990087084aad0e4bfc86e886c0ddd9
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Jan 19 06:33:51 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/829fc2fb17990087084aad0e4bfc86e886c0ddd9 [^]

Related to issue 15690: Datasets marked as business objects, when applying the dataset delete records created manually

---
M src-test/org/openbravo/test/xml/EntityXMLImportTestBusinessObject.java
M src-test/org/openbravo/test/xml/ExportImportNoDeleteChildrenTest.java
---
(0033746)
hgbot   
2011-01-19 07:22   
Repository: erp/devel/pi
Changeset: 3634c55b1a52e73c3bb00827f0de89f3ef971a84
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Jan 19 07:22:19 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3634c55b1a52e73c3bb00827f0de89f3ef971a84 [^]

Related to issue 15690, removed not needed testcase

---
M src-test/org/openbravo/test/AllAntTaskTests.java
M src-test/org/openbravo/test/AllTests.java
M src-test/org/openbravo/test/AntTaskTests.java
M src-test/org/openbravo/test/xml/EntityXMLImportTestBusinessObject.java
R src-test/org/openbravo/test/xml/ExportImportNoDeleteChildrenTest.java
---
(0034419)
marvintm   
2011-02-28 13:27   
Verified that after updating the dataset, no rows were removed.