> Is it possible to print the invoice with the shipping address of the 
> customer? 
> 
> What should be added i.e. in invoice.py to have the shipping address details 
> available in invoice.rml?

I have added some notes on the wiki on customising printable documents.
Essentially, you can access almost any data as long as you know how it
relates to the current data. it will be something like:
parther_id.shipping but check the wiki. you may need to have a look at
the tables also. i recommend postgresql_autodoc to get an html dump of
the tables. This makes it very easy to see how tables are related.

SM

-- 
Stuart Mackintosh <[EMAIL PROTECTED]>
OpusVL

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to