How do I create a fixed vertical menu on the left side of the page in ODOO 17? I have a long vertical menu, and when I select an item at the end of the list, it often collapses. In version 9, which I used to work with, when selecting a horizontal menu item, a fixed vertical menu appeared on the left side of the page. How to implement this in version 17?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
3
Respuestas
3343
Vistas
- Enable Developer Mode: Go to your Odoo instance and enable developer mode. You can usually do this by appending ?debug to your Odoo URL.
- Access User Interface: Once in developer mode, navigate to the user interface where you want to create the fixed vertical menu.
- Customization: Click on the Edit button or navigate to the customization options, depending on your interface layout.
- Edit XML or Templates: Depending on your familiarity and access level, you might need to edit XML files or templates to implement this change effectively. You'll typically find these under the views or templates directories in your Odoo custom module.
- Modify Layout: Look for the layout files corresponding to the page layout where you want to add the fixed vertical menu. You'll need to add HTML/CSS code to create a fixed vertical menu on the left side of the page.
- Implement Fixed Positioning: Utilize CSS to set the position of your vertical menu to fixed. This ensures that it remains fixed on the left side of the page regardless of scrolling.
- Testing: After making changes, save your modifications and test the page to ensure that the fixed vertical menu appears correctly and functions as expected.
- Refinement: Fine-tune the appearance and behavior of your fixed vertical menu as needed, considering factors like responsiveness and usability.
- Deployment: Once satisfied with the changes, deploy your modifications to your production environment for all users to access.
Thank's, Niyas, but backend themes might not work with Odoo Enterprise Edition.
Thank's for all!
then you can refer to the coding done in the apps
Hi,
You can download and install this theme module as it is or refer to the coding done in it: https://apps.odoo.com/apps/themes/17.0/muk_web_theme/
Thanks
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
odoo self order in point of sale 17
Resuelto
|
|
2
oct 24
|
2622 | |
|
1
may 24
|
2031 | ||
|
4
may 25
|
2548 | ||
|
2
may 25
|
5925 | ||
|
1
mar 25
|
1704 |