Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6464 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Автор

Thanks its worked

Related Posts Відповіді Переглядів Дія
2
лип. 25
6076
2
груд. 22
6066
0
вер. 22
803
1
трав. 21
15847
1
квіт. 21
4540