c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18131
[Bug 727727] Re: Orm.create() should not drop nonexisting fields in passed values
** Patch added: "This patch for orm.py version 6.0.1 illustrates where an eventual solution could be implemented."
https://bugs.launchpad.net/openobject-server/+bug/727727/+attachment/1880928/+files/orm.py-6.0.1.patch
--
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/727727
Title:
Orm.create() should not drop nonexisting fields in passed values
Status in OpenERP Server:
Incomplete
Bug description:
Hi,
When I create an instance of an OpenERP object, any nonexisting
fields-value pairs are dropped silently. This means a great
opportunity to protect data integrity against logical errors and typos
of developers is lost. A sanity check, if only a debug statement in
the logs at this point would be very helpful.
Cheers,
Stefan.
References