<!-- Align invoice tax row right -->
<data priority="50">
    <xpath expr="//th[@name='th_taxes']" position="attributes">
        <attribute name="t-attf-class" separator=" " remove="text-right" add="text-right"/>
    </xpath>
    <xpath expr="//span[@id='line_tax_ids']/.." position="attributes">
        <attribute name="t-attf-class" separator=" " remove="text-right" add="text-right"/>
    </xpath>
</data>
