openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #08717
[Bug 949231] Re: audit-name-create
If you want to contribute this to trunk:
$ bzr branch lp:openobject-addons trunk-addons
$ cd trunk-addons
$ bzr merge -r-1.. lp:~openbias/bias-trunk/bias-bugs (this will 'cherry-pick' the change onto trunk, fix up any merge conflicts)
$ bzr commit --fixes lp:949231
$ bzr push lp:~openbias/openobject-addons/fix-949231 (this pushes a branch under your team name for added recognition)
And file a merge proposal into lp:openobject-addons
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/949231
Title:
audit-name-create
Status in OpenERP Addons (modules):
New
Bug description:
On the audit module, when you want to audit an object that has no name
column or that in that precise record creation you are not sending the
name field, it crashes. The audit create, asumes that you will always
create objects with the name field.
So, if it does not has a name field on the creation, it only adds that
key, so the audit module can get the name form the name_get function
or the _rec_name option...
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/949231/+subscriptions
References