Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6453 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

Thanks its worked

Post correlati Risposte Visualizzazioni Attività
2
lug 25
6071
2
dic 22
6058
0
set 22
803
1
mag 21
15843
1
apr 21
4530