コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
8387 ビュー

I want to use the Background Template for printed invoices. However I do not want to include the watermark and I would like to change the purple headings to blue.

I have found where it is defined in web/static/src/less/layout_background.less 

'''
.o_report_layout_background {
background-image: url(/base/static/img/bg_background_template.jpg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
min-height: 900px;
thead tr th, h2 {
color: @odoo-brand-primary;
}
'''

I am familiar with inheritance in python and xml but do not know how to safely change a .less file in Odoo. I have tried unsuccessfully to find examples, any example of how to achieve this would be most welcome. 

アバター
破棄

I also have the same issue ? Have you got any solution ?

最善の回答

There is no inheritance with CSS/Less, but you can add new assets or overwrite existing assets containing the corresponding CSS-classes, see https://stackoverflow.com/questions/1093224/is-the-order-or-sequence-of-rules-in-css-significant for a brief explanation.

You may want to read the official documentation or Yenthe's tutorial: https://www.odoo.yenthevg.com/adding-static-resources-css-and-javascript-to-odoo/

アバター
破棄
最善の回答

I also have the same issue ? Have you got any solution ?

アバター
破棄

Accidently post this as answer,not able to delete . (500 Karma required)

関連投稿 返信 ビュー 活動
2
9月 21
3215
6
9月 21
17214
4
11月 24
7420
0
11月 18
3663
2
3月 22
10193