← Back to team overview

openerp-india team mailing list archive

[Bug 1008328] [NEW] delivery module incompatible with audittrail

 

Public bug reported:

Delivery module extends the model 'sale.order' to have a column called
'id'

Audittrail module (method get_data) explicitly skips the column id, but
then finds it on the list of _all_columns - This causes an exception.

** 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/1008328

Title:
  delivery module incompatible with audittrail

Status in OpenERP Addons (modules):
  New

Bug description:
  Delivery module extends the model 'sale.order' to have a column called
  'id'

  Audittrail module (method get_data) explicitly skips the column id,
  but then finds it on the list of _all_columns - This causes an
  exception.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1008328/+subscriptions


Follow ups

References