コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2990 ビュー

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>
アバター
破棄
最善の回答

This is not needed.

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 19
2708
1
8月 19
2859
1
2月 19
4365
2
2月 22
10635
4
10月 17
7375