-
- Downloads
[FIX] purchase: units purchased product button
Before this commit, user got a traceback when he clicks on Units
Purchased button from product view form.
The issue was we asked to the purchase report to be based on a field who
doesn't exist anymore.
The fix only replaces `unit_quantity` for `qty_ordered`.
closes odoo/odoo#36342
Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
Please register or sign in to comment