← Back to team overview

openerp-india team mailing list archive

[Bug 1083297] [NEW] [trunk] Address missing on delivery slip

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References