Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2061 Widoki

I using odoo 15 and placed the css in \project_km\static\src\css\project_km.css

In my manifest i have add:

'assets': {
'web.assets_backend': [
'project_km/static/src/css/project_km.css',
]
},

But in my inherited view the setting of the class is not working:

xpath expr="//page[@name='settings']" position="after">
page name="used_materials_page" string="Mustermaterial">
group>
field name="used_material" class="kmf_material_column">
tree>
field name="product_uom_qty"/>
field name="product_id"/>




 


Here is my content of css:

.kmf_material_column
{
width: 200px;
}



Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lis 22
4361
1
paź 22
6020
0
sie 23
1841
1
cze 25
1711
3
lip 25
3336