← Back to team overview

openerp-india team mailing list archive

[Bug 949231] [NEW] audit-name-create

 

Public bug reported:

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...

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References