← Back to team overview

openerp-india team mailing list archive

[Bug 1083297] Re: [trunk] Address missing on delivery slip

 

** Attachment added: "Delivery Slip_old.pdf"
   https://bugs.launchpad.net/openobject-addons/+bug/1083297/+attachment/3444670/+files/Delivery%20Slip_old.pdf

-- 
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