c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00125
[Bug 660039] Re: [TRUNK] Outgoing products by line with "patial" button is broken
This is fixed in latest trunk addons, after revision 4330
** Changed in: openobject-addons
Status: Confirmed => Fix Released
** Changed in: openobject-addons
Assignee: Sbh (Open ERP) (sbh-openerp) => (unassigned)
--
[TRUNK] Outgoing products by line with "patial" button is broken
https://bugs.launchpad.net/bugs/660039
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: Fix Released
Bug description:
reproduce.
-change a poduct to "average_price" on Price & supplier tab and & "real tme automated" on accounting tab
- make a sale order with this product sale oder.
-confirm SO
-go to warehouse > product moves > outgoing products. select you line created
-set available
-try to make the picking with "partial button"
-the following errors shows up!
Environment Information :
System : Linux-2.6.31-21-generic-i686-with-Ubuntu-9.10-karmic
OS Name : posix
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:cxx-3.0-ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:cxx-4.0-ia32:cxx-4.0-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:desktop-4.0-ia32:desktop-4.0-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:graphics-4.0-ia32:graphics-4.0-noarch:qt4-3.1-ia32:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
Operating System Release : 2.6.31-21-generic
Operating System Version : #59-Ubuntu SMP Wed Mar 24 07:28:56 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : es_ES.UTF8
Python Version : 2.6.4
OpenERP-Client Version : 6.0dev
Last revision No. & ID :1617 nch@xxxxxxxxxxx-20101013132526-mbs7meiwc470jidy
Traceback (most recent call last):
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/nhomar/proyectos_bazaar/InstanciaTrunk/server-trunk/bin/osv/orm.py", line 2057, in create
if self._columns[field]._classic_write:
KeyError: 'move213_product_price'
References