← Back to team overview

openerp-india team mailing list archive

[Bug 1050329] Re: [trunk] openerp.module.graph.Node: suspicious super() call

 

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1050329

Title:
  [trunk] openerp.module.graph.Node: suspicious super() call

Status in OpenERP Server:
  Confirmed

Bug description:
  I noticed that in openerp/module/graph.py the method __setattr__ of
  Node(Singleton) calls super(Singleton, self).__setattr__ rather than
  super(Node, self).__setattr__.

  If this is done for a purpose, it deserves a comment explaining why
  things are done that way. Otherwise it deserves fixing.

  Stable is probably affected too.

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


References