-1
我有問題,包括odoo9中的css。你能提出任何解決方案嗎?要包括在odoo 9.0的css
<template id="mystyle" name="My style" inherit_id="website.assets_backend">
<xpath expr="link[last()]" position="after">
<link rel="stylesheet" href="/theme_tutorial/static/less/style.less" type="text/less"/>
</xpath>
</template>
.services{
background: red;
}
希望這將幫助 - http://www.odoo.yenthevg.com/adding-static-resources-css-and-javascript-to- odoo/ –
代碼示例的格式不正確,未顯示。已更新,以使它們可見和可讀。 –