I am looking for a way to display the delivery address on the invoice layout. So far everything I've tried through the report editor isn't working as intended. I have tried referring to the o.sale model, but it seems the values can not be found.
I have come across many posts describing a similiar problem. I'll refer to the links below to ask my question.
Is there a module for v7 which I can install/find and use to display the Delivery Address on my invoices? Or do I have to write my own code, like suggested in the last link?
I'm a bit of a novice at writing code, so before I get started on this - I just wanted to inform if there was a quciker/better way to accomplish this?
[A reference to the Sale Address Multi Partner module](http://forum.openerp.com/forum/topic26444.html)
[The Module for 6.1](http://v6apps.openerp.com/addon/5552?filter=%7B%22order_by%22%3A+%22click_counter+desc%22%2C+%22text_search%22%3A+%22multi+partner%22%7D&page=0)
[An answer to a problem similar to mine, involving writing code arround self.pool.get('res.partner').address_get](http://forum.openerp.com/forum/topic23895.html)
↧