This question has been flagged
2 Replies
9042 Views

In this introductory video to Odoo Studio (https://www.youtube.com/watch?v=IKsN3ulOV00) they show modifiying XML code (20:30). In my backend there is no XML editor button and I can't find how to activate it.

Avatar
Discard
Best Answer

Gerald
step - 1 :- First Install the studio Application  from Application  Menu.
step -2 :- Activate the developer mode from Setting.
step -3 :- Select any view you want to edit.
step-4 :-  Click on Customization button, after click you see the button XML editor.
step -5:- Click XML Editor button to activate it.

Avatar
Discard
Author Best Answer

After comparing the URL from the video with my own I found out that you have add parameter "debug=1". So instead of the standard URL like https://xxx.odoo.com/web#home you would call https://xxx.odoo.com/web?debug=1#home to activate development tools.

Avatar
Discard