c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08837
Re: [Bug 692409] [NEW] Sale Order Line on change Product Error
On Monday 20 December 2010, you wrote:
> AttributeError: 'Field qty not found in browse_record(product.packaging,
> 1837)'
Hint:
Such an error would occur if there is no #1837 entry for
product.packaging
Please try to figure out why that part of the code was trying to access a non-
existing (or deleted) record.
--
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/692409
Title:
Sale Order Line on change Product Error
Status in OpenObject Addons Modules:
Incomplete
Bug description:
File "/home/jacara/Pydev-workspace/monoserp/addons/sale/sale.py", line 1014, in product_id_change
q = product_uom_obj._compute_qty(cr, uid, uom, pack.qty, default_uom)
File "/home/jacara/Pydev-workspace/monoserp/osv/orm.py", line 284, in __getattr__
raise AttributeError(e)
AttributeError: 'Field qty not found in browse_record(product.packaging, 1837)'
References