version: Odoo 9
How can I add a custom field into the PDF printable of Sales Order in Odoo?
I created Scheduled delivery date in Database Structure > Model using Developer mode; like this,
Field Name = x_scheduled_date
Field Label = Scheduled Delivery
Field Type = text
It successfully displayed in UI but not in printable version PDF.
How can I simply add this into the PDF please? Next to 'Payment Term'
Please help me with the exact steps and models needed.
Thank you very much.
*Moreover, I constantly receive error when trying to edit... report_saleorder_document > Qweb reports in Technical > Reports. One error is: QWebException: 'NoneType' object has no attribute '_fields'