Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
7029 Vistas

 Is there a way to remove or override base js files asseted. i want to disable some file thanks

Avatar
Descartar
Mejor respuesta

Yes, you can just inherit web.assets_backend and xpath target what want to remove.
Like this :

<template id="assets_common" inherit_id="web.assets_common">
<xpath expr="script[@src='/password_security/static/src/js/password_gauge.js']" position="replace"/>
<xpath expr="script[@src='/password_security/static/lib/zxcvbn/zxcvbn.min.js']" position="replace"/>
</template>
Avatar
Descartar
Autor

thank you!

Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 23
1530
1
may 23
1471
1
oct 22
3635
2
jul 22
2444
0
may 20
2861