我想向销售点添加新的类referenc tag
在mycss.css中,我有:
.referenc-tag {
color: #FFF;
background: #000;
margin-bottom:10px;
}
在xml中
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/pos_odoo/static/src/css/mycss.css"/>
</xpath>
</template>
在向元素添加类并安装模块后,我的元素无法获得样式。
https://stackoverflow.com/questions/44668521
复制相似问题