c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16660
[Bug 720964] [NEW] one of the records you tried to change was already removed
Public bug reported:
Hi,
I have a class A with a one2many field to class B. Class C has a
many2one relation to class A and a related field to the collection of B
object through its reference of class A. When I try to add a record of
class B to the related one2many collection within the form view of class
C I get the following error:
Code: AccessError
One of the record you try to modify is already remove (document type:
class A)
I only get this error when the collection of B object is empty. The
moment one entity is already in the collection, the additions of B
object works fine.
In this a bug or am I missing something
Frederik
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/720964
Title:
one of the records you tried to change was already removed
Status in OpenERP Server:
New
Bug description:
Hi,
I have a class A with a one2many field to class B. Class C has a
many2one relation to class A and a related field to the collection of
B object through its reference of class A. When I try to add a record
of class B to the related one2many collection within the form view of
class C I get the following error:
Code: AccessError
One of the record you try to modify is already remove (document type:
class A)
I only get this error when the collection of B object is empty. The
moment one entity is already in the collection, the additions of B
object works fine.
In this a bug or am I missing something
Frederik
Follow ups
References