← Back to team overview

openerp-india team mailing list archive

[Bug 982228] [NEW] stock view - Error in GTK trace

 

Public bug reported:

ERROR:tools.expr_eval:{'address_out_id': address_id, 'picking_type': type}
Traceback (most recent call last):
  File "/home/gass/OpenERP/6.1/client/bin/tools/__init__.py", line 52, in expr_eval
    temp = eval(string, context)
  File "<string>", line 1, in <module>                                                                                                                                                          
NameError: name 'address_id' is not defined


./addons/stock/stock_view.xml:1141:                            <field colspan="4" name="move_lines" nolabel="1" widget="one2many_list" context="{'address_in_id': address_id, 'picking_type': type}" >

may be it's not an ERROR but just a WARNING

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

Title:
  stock view - Error in GTK trace

Status in OpenERP Addons (modules):
  New

Bug description:
  ERROR:tools.expr_eval:{'address_out_id': address_id, 'picking_type': type}
  Traceback (most recent call last):
    File "/home/gass/OpenERP/6.1/client/bin/tools/__init__.py", line 52, in expr_eval
      temp = eval(string, context)
    File "<string>", line 1, in <module>                                                                                                                                                          
  NameError: name 'address_id' is not defined

  
  ./addons/stock/stock_view.xml:1141:                            <field colspan="4" name="move_lines" nolabel="1" widget="one2many_list" context="{'address_in_id': address_id, 'picking_type': type}" >

  may be it's not an ERROR but just a WARNING

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


Follow ups

References