<data priority="60">

    <xpath expr="//tbody[@class='invoice_tbody']" position="after">
        <style>
		  td {
		    vertical-align: top !important;
		  }
        </style>
    </xpath>

    <xpath expr="//table[@class='table table-sm o_main_table table-borderless']" position="attributes">
        <attribute name="class">table table-sm o_main_table mt-4 custom-border</attribute>
        <attribute name="style">border-top-width: 1px</attribute>
    </xpath>
    
    <!--
    <xpath expr="//th[@name='th_description']" position="attributes">
        <attribute name="style">width: 110px</attribute>
    </xpath>
    -->

    <xpath expr="//div[@id='right-elements']" position="attributes">
        <attribute name="t-attf-class">float-end</attribute>
        <attribute name="style">width: 280px</attribute>
    </xpath>

    <xpath expr="//span[@t-field='line.price_unit']" position="attributes">
        <attribute name="t-options">{"widget": "monetary", "display_currency": o.currency_id}</attribute>
    </xpath>

</data>