Hi, the Delivery Note report template delivery_note.odt is very basic and I
need to be able to add extra information.
There are two things I'd like to do:
1) Add the sale.comment text to the delivery note report
2) Have an extra text field associated with the Customer Shipment that
relates to this shipment, and add this text to the delivery note
For 1), I have tried adding the following to the delivery_note .odt
template:
<for each="comment in (sale.comment or '').split('\n')">
Customer Ref: <comment>
</for>
But this gives a <ProtocolError... Internal Server Error> - presumably
because it cannot access this unique data field related the Customer
Shipment?
Are there any tips or other modules that might help me? I'm trying to avoid
creating my own modules if possible.
Many thanks,
Paul