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

Hello good people, I am working on an odoo project on a deadline. I would like to know how to resize kanban views to smaller sizes and customizing their colors. I have failed to find a viable tutorial for that. If there is any beginner step by step link I could go to, that would help. I am humbly requesting for help. I need to reduce their colors and sizes to something smaller. I have CE,therefore no Odoo studio. Thanks a lot.

Kindly HELPPPPPP....

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

Kindly guide me... I just wanna know how to access the CSS file so I can tweak it my way....

Найкраща відповідь

you just create a CSS file in the static folder and add it to assets_backend template. give proper CSS rules on there.

eg: Change file path here.

<template id="assets_backend" name="Hr assets" inherit_id="web.assets_backend">
<xpath
expr="." position="inside">
        <link rel="stylesheet" href="/hr_dashboard/static/src/css/dashboard.css"/>
    </xpath>
</template>


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
лист. 22
8480
1
лют. 19
5101
3
груд. 23
21721
0
серп. 18
5708
2
вер. 18
7510