跳至內容
選單
此問題已被標幟
1 回覆
5990 瀏覽次數

Hi,


How would I inherit the following view with odoo 13:

Portal Layout
portal.portal_layout

QWeb


and customize the xml being displayed?


I was able to change the view from the front end view changer but need those changes committed in my module 

I know how to inherit form list and calander views but I havent worked with ir.ui.view QWEB views please assist.

Kind regards



頭像
捨棄
最佳答案

Hi duard,

You can modify portal_layout like this -

<template id="custom_template_id" inherit_id="your_module_name.template_id">

<xpath expr="//div[hasclass('o_portal_my_details')]" position="inside">

</xpath>

</template>

Thanku..

For more information Contact us:- https: //kanakinfosystems.com/odoo-development-services

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
5月 20
4666
0
7月 16
2948
2
7月 25
1335
1
7月 25
1712
1
5月 25
1709