openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18482
[Bug 1083297] Re: [trunk] Address missing on delivery slip
Hello,
I have faced the same issue on yesterday but today with latest revision
all are working as expected.
Please see attached screen-shots, it will show you problem was exist
before and fixed now.
Thank you!
--
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/1083297
Title:
[trunk] Address missing on delivery slip
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Hello,
Using a delivery address or not, the bug affects both situations.
- Create a sales order
- Send the order to customer
- Print the delivery slip
The name of customer is printed, the address is however empty
Foud following code which soves the problem, only not sure if it is
the correct solution
addons/stock/report/picking.rml ->
165: display_address(picking.partner_id,'delivery') Changed to: display_address(picking.partner_id)
170: display_address(picking.partner_id,'default') Changed to: display_address(picking.partner_id)
So, I removed the second argument, which is not available if I'm
correct
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1083297/+subscriptions
References