← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 801461] [NEW] bug when i click on the links of product list (active_ids)

 

Public bug reported:

I have a bug when I click on the links on the right of product list.
(minimum stock rules, etc).

CherryPy Error message:
domain undefined, name = u'product_id', builtin int = <type 'int'>, defval = [909]
<type 'exceptions.TypeError'>: int() argument must be a string or a number, not 'list' 
      args = ("int() argument must be a string or a number, not 'list'",) 
      message = "int() argument must be a string or a number, not 'list'"

[909] is "active_ids" field.

Trunk revision 4665.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
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/801461

Title:
  bug when i click on the links of product list (active_ids)

Status in OpenERP Web Client:
  New

Bug description:
  I have a bug when I click on the links on the right of product list.
  (minimum stock rules, etc).

  CherryPy Error message:
  domain undefined, name = u'product_id', builtin int = <type 'int'>, defval = [909]
  <type 'exceptions.TypeError'>: int() argument must be a string or a number, not 'list' 
        args = ("int() argument must be a string or a number, not 'list'",) 
        message = "int() argument must be a string or a number, not 'list'"

  [909] is "active_ids" field.

  Trunk revision 4665.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/801461/+subscriptions


Follow ups

References