This question has been flagged
1 Reply
4796 Views

How can the quotation date be displayed in version 9? This has disappeared and is now only visible on the list of quotes.

Avatar
Discard
Best Answer

You can add the field create_date with a inherited view on view.order.form

<field name="validity_date" position="before">
    <field name="create_date"/>
</field>














Avatar
Discard

Thank you Jeremy - this helped!