<data priority="50">
    <xpath expr="//h2" position="after">
        <style>
      table#info {
        width: 100%;
        margin-bottom: 25px;
        font-size: 9pt;
        font-family: arial;
        border: transparent;
      }
        table#info tr {
        line-height: 0.8;
        text-align: left;
      }
      table#info tr span {
        line-height: 1.2;
      }
        .note {
        font-size: 9pt;
      }
    </style>
        <table id="info">
            <tr>
                <td width="17%">Date</td>
                <td width="40%">
                    <span t-field="o.ordering_date" t-options="{ &quot;widget&quot;: &quot;date&quot; }"/>
                </td>
                <td width="18%">Our Reference</td>
                <td width="25%">
                    <span t-field="o.user_id"/>
                </td>
            </tr>
            <tr>
                <td>Customer No.</td>
                <td>
                    <span t-field="o.vendor_id.ref"/>
                </td>
                <td>Incoterm</td>
                <td>
                    <span t-field="o.incoterm_id.name"/>
                </td>
            </tr>
            <tr>
                <td/>
                <td>
                    <span t-field="o.partner_ref"/>
                </td>
                <td>Agreement Deadline</td>
                <td>
                    <span t-field="o.date_end" t-options="{ &quot;widget&quot;: &quot;date&quot; }"/>
                </td>
            </tr>
            <tr>
                <td>Reference</td>
                <td>
                    <span t-field="o.comment"/>
                </td>
                <td/>
                <td/>
            </tr>
        </table>
    </xpath>
</data>