Hello All,
I am facing a problem related to CSS load error pos_product.css defined in bundle 'point_of_sale.assets'
My Code Below:
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/pos_product/static/src/css/pos_product.css" type="text/css"/> </xpath>
</template>
Thanks