Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
6446 Vues

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

Avatar
Ignorer
Meilleure réponse

I hope you have already found a solution. For anyone facing a similar error, the xpath expression and position should be changed as shown below: ​​

<template id="assets" inherit_id="point_of_sale.assets">
  
  <xpath expr="//link[@id='pos-stylesheet']" position="after">        
        <link rel="stylesheet" href="/pos_product/static/src/css/pos_product.css" type="text/css"/>    
    </xpath>
</template>
Avatar
Ignorer
Publications associées Réponses Vues Activité
0
oct. 20
2950
1
févr. 19
6500
3
juin 21
10439
0
avr. 16
3729
0
juin 15
6386