<?xml version="1.0" encoding="utf-8"?>
<templates>
    <t t-name="account.OpenDecimalPrecisionButton">
        <button type="button"
            class="btn btn-link p-0"
            t-on-click="discardAndOpen">
            <i class="fa fa-arrow-right text-muted me-1"/>
             More precision on Product Prices
        </button>
    </t>
</templates>
