c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04085
[Bug 496549] Re: fields.reference browse
Browsing through reference fields has been implemented in v6 and was
already released in 6.0 RC1 I think, marking as Fix Released.
For the second point, using a reference field instead of a many2one as
the implementation for a one2many (i.e _fields_id) is not acceptable, as
the database can't maintain the integrity of the foreign keys. If you
really need this you must implement the one2many yourself with a
function field or by inheriting fields.one2many, but we won't allow this
in the core ORM, it introduces too many potential issues.
Thanks!
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Changed in: openobject-server
Milestone: None => 6.0-rc2
** Changed in: openobject-server
Assignee: Jay (OpenERP) (jvo-openerp) => (unassigned)
--
fields.reference browse
https://bugs.launchpad.net/bugs/496549
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Fix Released
Bug description:
- browsing a fields.reference returns an 'object,id' string instead of browsing into record
- one2many should accept a fields.reference field as _fields_id