c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07370
[Bug 604604] Re: fields.reference required
Naresh, this also appears to be a client-side issue, because the
many2one widget should not allow submitting the form if the m2o part of
the reference is not filled in. I'm changing the project so we fix it on
both server and client sides.
** Also affects: openobject-client
Importance: Undecided
Status: New
** Changed in: openobject-client
Importance: Undecided => Low
** Changed in: openobject-client
Status: New => Confirmed
** Changed in: openobject-client
Milestone: None => 6.0-rc2
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
** Changed in: openobject-server
Importance: Medium => Low
** Changed in: openobject-server
Milestone: None => 6.0-rc2
--
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/604604
Title:
fields.reference required
Status in OpenObject GTK Client:
Confirmed
Status in OpenObject Server:
Confirmed
Bug description:
1) fields.reference can execute write/create when the selector part is filled, but not the many2one part.
It creates/writes "model,0"
2) When fields.reference is required and bad written with "model,0", the menu doesn't shows form/tree to correct it, refusing NULL value for the reference! So we can just correct the problem in an SQL terminal.