Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
7331 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
1864
1
may 23
1817
1
oct 22
3932
2
jul 22
2916
0
may 20
3061