c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08743
[Bug 692409] [NEW] Sale Order Line on change Product Error
Public bug reported:
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)'
** Affects: openobject-addons
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/692409
Title:
Sale Order Line on change Product Error
Status in OpenObject Addons Modules:
New
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)'
Follow ups
References