Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2992 Visualizações

In odoo11 community edition, I have a custom js inherit the point_of_sale.assets and I want to include the socketio library and use it inside this custom js file

<?xml version="1.0" encoding="utf-8"?>
<odoo>

    <template id="assets" inherit_id="point_of_sale.assets">
        <xpath expr="." position="inside">

            <script type="text/javascript" src="/okmenu/static/src/js/custom.js"></script>
            <script type="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.js"></script>

        </xpath>

    </template>

</odoo>
Avatar
Cancelar
Melhor resposta

This is not needed.

<script type="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.js"></script>

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
nov. 19
2709
1
ago. 19
2860
1
fev. 19
4365
2
fev. 22
10635
4
out. 17
7375