This is my gift of the day : I wrote the patch to fix this bug in OpenERP 6.1. The patch alos fixes the bug for OpenERP trunk (you need to apply it manually on trunk because the position of that portion of code in the source file has changed).
I have successfully tested my patch on Openerp 6.1 and trunk. With this patch, Purchase order lines have the same behavior for the "Description" field as supplier invoices, cf addons-6.1/account/account_invoice.py line 1373 : result['name'] = res.partner_ref Enjoy, ** Patch added: "fix-po-line-description.diff" https://bugs.launchpad.net/openobject-addons/+bug/993177/+attachment/3167487/+files/fix-po-line-description.diff -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/993177 Title: Supplier reference not displayed on reception or purchase order Status in OpenERP Addons (modules): Confirmed Bug description: On 6.1, when I define a supplier for a product and if I specify a product name reference for this supplier, I am expecting to find this information on the purchase order, the reception order and the supplier invoice. For the moment, we only find this information on the supplier invoice. We should find the information in the purchase order and in the reception. At least on the PDF report. Steps to reproduce: - Create a product with a supplier defined and a product code and name for this supplier - Create a PO for that product --> No reference to this specific name/code - Receive the product --> No reference to this specific name/code - Open the invoice --> Reference to this specific name/code It is not very logical to find the information only on the invoice because people also send the purchase report to the supplier and the supplier will need his own reference and not the customer reference. It is the same on the reception order, the supplier will send product with his own reference. It will be easier if the supplier reference is displayed on both the purchase order and the reception order To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/993177/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

