跳至內容
選單
此問題已被標幟
3524 瀏覽次數

Hey i am Using Odoo v8 which is still using openerp. i want to modify default pie chart so i must inherit it, so how to do that ??   


=============== I put this into view module ================

<openerp>

    <data>

        <template id="assets_backend" name="custom_web_graph assets" inherit_id="web.assets_backend">

            <xpath expr="." position="inside">

                

                <script type="text/javascript" src="/custom/static/src/js/custom_nv_d3.js"></script>


            </xpath>

        </template>

    </data>

</openerp>


==================== THEN THE JS ==================
                                                HOW ?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
5月 22
25611
0
3月 17
4043
0
11月 16
3339
0
11月 16
8295
2
1月 16
5505