← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 695310] [NEW] can't do partial deliveries

 

Public bug reported:

trunk, web (chrome and firefox)

In Outgoing deliveries (from Warehouse/Warehouse Management/Outgoing
Deliveries), impossible to change the quantity while you are processing

to test ...
---------------

- go to outgoing deliveries
- create a new one 
- create a stock move line -> chose a product with 250 (or an other amount more than 1) in quantity field
- force availability and the process (or porcess directly if product is available)
- in process wizard, click on the line in order to change the quantity 
-> bug :

[2010-12-29 11:08:21,910][trunk_2] INFO:web-service:successful login from 'admin' using database 'trunk_2'
[2010-12-29 11:16:03,239][trunk_2] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/aline/openerp/trunk/server/bin/osv/orm.py", line 1035, in default_get
    if key.startswith('default_') and (key[8:] in fields_list):
AttributeError: 'int' object has no attribute 'startswith'

=> in GTK, the list (in the wizard) is editable and it works fine

** Affects: openobject-client-web
     Importance: High
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Confirmed

** Changed in: openobject-client-web
   Importance: Undecided => High

** Changed in: openobject-client-web
       Status: New => Confirmed

** Changed in: openobject-client-web
     Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)

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

Title:
  can't do partial deliveries

Status in OpenObject Web Client:
  Confirmed

Bug description:
  trunk, web (chrome and firefox)

In Outgoing deliveries (from Warehouse/Warehouse Management/Outgoing Deliveries), impossible to change the quantity while you are processing 

to test ...
---------------

- go to outgoing deliveries
- create a new one 
- create a stock move line -> chose a product with 250 (or an other amount more than 1) in quantity field
- force availability and the process (or porcess directly if product is available)
- in process wizard, click on the line in order to change the quantity 
-> bug :

[2010-12-29 11:08:21,910][trunk_2] INFO:web-service:successful login from 'admin' using database 'trunk_2'
[2010-12-29 11:16:03,239][trunk_2] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/aline/openerp/trunk/server/bin/osv/orm.py", line 1035, in default_get
    if key.startswith('default_') and (key[8:] in fields_list):
AttributeError: 'int' object has no attribute 'startswith'

=> in GTK, the list (in the wizard) is editable and it works fine





Follow ups

References