Skip to content

Commit 08f112b

Browse files
author
Ulrich Kilian
committed
feat(snippets): update
1 parent 6b75cee commit 08f112b

5 files changed

Lines changed: 24 additions & 2 deletions

snippets/mint_system.account.report_invoice_document.format_table_border.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
.o_main_table th {
1515
border-top: 1px solid black !important;
1616
border-bottom: 1px solid #dee2e6 !important;
17+
text-align: left;
1718
}
18-
o_main_table thead th {
19+
.o_main_table thead th {
1920
color: #5c516e;
2021
}
2122
.o_main_table tbody {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<data inherit_id="account.report_invoice_document" priority="50">
2+
<xpath expr="//table[@name='invoice_line_table']" position="before">
3+
<style>
4+
table[name="invoice_line_table"] thead th {
5+
text-align: left;
6+
}
7+
</style>
8+
</xpath>
9+
</data>

snippets/mint_system.account_sale_timesheet_report.timesheet_table.format_table_border_bs5.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.table-timesheet-entries thead tr > th {
2323
border-top: 1px solid black !important;
2424
color: #5c516e;
25+
text-align: left;
2526
}
2627

2728
/* tr.border-black must have black top border */

snippets/mint_system.sale.report_saleorder_document.format_table_border.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
border-bottom: none !important;
88
}
99
thead th {
10-
color: #5c516e;
10+
color: #5c516e;
11+
text-align: left;
1112
}
1213
</style>
1314
</xpath>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<data inherit_id="stock.report_delivery_document" priority="50">
2+
<xpath expr="//table[@name='stock_move_table']" position="before">
3+
<style>
4+
table[name="stock_move_table"] thead th {
5+
text-align: left;
6+
}
7+
</style>
8+
</xpath>
9+
</data>
10+

0 commit comments

Comments
 (0)