← Back to team overview

openerp-india team mailing list archive

[Bug 1040596] Re: [Trunk] _inherit with def copy (copy method) gives RuntimeError: maximum recursion depth exceeded while calling a Python object

 

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

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

Title:
  [Trunk]  _inherit with def copy (copy method) gives RuntimeError:
  maximum recursion depth exceeded while calling a Python object

Status in OpenERP Server:
  Confirmed

Bug description:
  more info:

  suppose I have made object like after the copy method of object

  class account_fiscalyear(osv.osv):
      _inherit = "account.fiscalyear"
      _description = "Fiscal Year"
      _columns = {
      }

  account_fiscalyear()

  when I duplicate fiscal year view it will show me this trace back also refer this 
   lp:1021130

  Thanks..!!

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


References