Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6541 Tampilan

Hi community.

When i checked Odoo 12 website app, i have seen that some features can be enabled or disabled from the menu "Customize". How can i include my custom feature inside that menu item.Is it required any JavaScript functions?

Thanks in advance

Avatar
Buang
Jawaban Terbai

Hi,

There is no need of any JavaScript function for the above purpose.You just need to add customize_show="True" and name to your template.

For example

 <template id="your_template_id" inherit_id="inherit_id" name="Template name" active="True" customize_show="True">

If you give active="True" then your template will active by default in the customize menu

Regards

Avatar
Buang
Penulis

Thanks its worked

Post Terkait Replies Tampilan Aktivitas
2
Jul 25
6283
2
Des 22
6227
0
Sep 22
803
1
Mei 21
15971
1
Apr 21
4724