← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 703226] Re: addresses

 

Same problem for me. Problems with the "self" variable in the context -
http://bazaar.launchpad.net/~openerp/openobject-
server/trunk/view/head:/bin/addons/base/res/partner/partner_view.xml#L111

ERROR:tools.expr_eval:{"search_default_customer":1,"search_default_partner_id":self}
Traceback (most recent call last):
  File "/home/komsas/openerp/openerp6/openobject-client/bin/tools/__init__.py", line 52, in expr_eval
    temp = eval(string, context)
  File "<string>", line 1, in <module>
NameError: name 'self' is not defined

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/703226

Title:
  addresses

Status in OpenObject Server:
  New

Bug description:
  Revno 3270

  With new DB with demo data and only base modules (base, base_setup,
  web_livechat). Can't open Addresses (Sales -> Address Book ->
  Addresses).

  Traceback :
  <type 'exceptions.NameError'>: name 'self' is not defined
        args = ("name 'self' is not defined",)
        message = "name 'self' is not defined"





References