Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5509 มุมมอง

Hello,

I am searching for adding a custom module fields for portal in odoo 12 but didn't find anything working. I have to add some custom module fields to portal(website) but unable to do that even i am not able to add a header menu in the portal. here is my code:-

portal.xml

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="case_menu" name="Case Management" inherit_id="portal.portal_my_home" priority="22">
<xpath expr="." position="inside">
<li class="list-group-item">
<span class="nav-item" t-esc="case_title"/>
<a href="/mycase"> Case Management Form</a>
</li>
</xpath>
</template>
</data>

</odoo>
Can anyone help me on this please? let me know if more detail is required.
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
How to render mail.template ? แก้ไขแล้ว
1
เม.ย. 20
7939
2
ก.พ. 24
15089
4
พ.ค. 20
3676
js file, css file, in odoo 12 แก้ไขแล้ว
1
ธ.ค. 19
7953
1
ก.ค. 19
3343