Hi,
How to Inherit owl template in odoo Version 14.0?
E.g
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How to Inherit owl template in odoo Version 14.0?
E.g
you must create a new xml file using this template (DO NOT FORGET OWL="1")
<?xml version="1.0" encoding="utf-8" ?>
<templates xml:space="preserve">
<t t-inherit="addon_name.DemoExample" t-inherit-mode="extension" owl="1">
<xpath expr="//xpath_expression" position="attributes or replace or after or before">
<attribute name="field_attribut">value</attribute>
</xpath>
</t>
</templates>
And add it in the __manifest__.py file of your custom addon in asset part.
You could follow this example. These example add a new property to a sub-component
<t t-inherit="mail.Discuss.content" t-inherit-mode="extension">
<xpath expr="//ThreadView" position="attributes">
<attribute name="mail_classic_view">true</attribute>
</xpath>
</t>
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 5 24
|
3171 | ||
|
1
thg 4 24
|
26791 | ||
|
1
thg 5 23
|
4017 | ||
|
1
thg 11 22
|
2614 | ||
|
2
thg 7 22
|
3327 |