Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

Links to Apps at the top & font change #11

Closed genvagula closed 7 years ago

genvagula commented 7 years ago

Hi,

First i'd like to thank you for this awesome theme !

Had just a few questions.

First is there a way to put links to the top bar ? (back as it was in the basic theme)

Where is the part of the code defining the font ? I'd like to change it to my likings.

Thanks again and cheers, Gen

Yakulu commented 7 years ago

First is there a way to put links to the top bar ? (back as it was in the basic theme)

Note sure I undertstand correctly but top bar links are similar to classic secondary menus. So you "just" have to add and edit menu items in Odoo as usual.

Where is the part of the code defining the font ? I'd like to change it to my likings.

You'll find it here, mainly in js/ (responsivity) and less/ (styles).

Good luck.

genvagula commented 7 years ago

Thnx for fast response.

This was what i meant: (link to pic) http://d.pr/i/1nGa

Ok, i'll go and google around on how to add and edit menu items in Odoo :) In default theme they magically appeared there and haven't really dig into that more before.

Solved the font issue. Thnx !

Yakulu commented 7 years ago

This was what i meant

In backend theme, top menus items are in app view with icons. Secondary menus (in left in standard theme) take places into the top zone. Discuss top menu is empty because there is no secondary menu in Discuss app.

For technical information about menu items creation, see the official documentation. Note that you can also edit menus from backend interface, after activating developer mode (in Settings App), then Settings > Technical > User Interface > Menu Items.

genvagula commented 7 years ago

Thanks a lot. Will dig into this.