Hi, follow the way I fixed the problem $ cd /usr/share/pyshared/openerp-server/addons/point_of_sale/wizard $ sudo vim pos_return.py
search "location_id" usin the / command, i.e. /location_id in te 6.0.1 module version its located at line 226 change 'location_id': location_id, by 'location_id': stock_dest_id, and at line 228 change 'location_dest_id': stock_dest_id, by 'location_dest_id': location_id, -- 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/753835 Title: POS Refund: picking is sent to Customers instead of back to Stock Status in OpenERP Addons (modules): Fix Released Bug description: this is for v6 POS module: I am having trouble with refunding (return products) in POS module in v6. I notice the following: 1. when refunding is done i go to Warehouse incoming shipments and notice that the picking lines for the refund have "Customers" as the destination location, when it should be "Stock" because its coming back in. This is causing the product to be subtracted twice from the original stock. I can't find where the issue is originating from and my stock is going screwy. help please. thanks, n. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/753835/+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

