diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-08 16:48:34 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-08 16:48:34 +0700 |
| commit | 4db2619225eea1edb72da972ba2b829008e40f30 (patch) | |
| tree | 15dc783a5a61895b49ee884b6766738b8371e9c4 | |
| parent | 6df9005a758f21c060a25aba6d88bdea635ec291 (diff) | |
<Miqdad> increase font size
| -rw-r--r-- | fixco_custom/views/report_picking_list_new.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fixco_custom/views/report_picking_list_new.xml b/fixco_custom/views/report_picking_list_new.xml index 448ca97..a10e231 100644 --- a/fixco_custom/views/report_picking_list_new.xml +++ b/fixco_custom/views/report_picking_list_new.xml @@ -130,12 +130,12 @@ <tr style="border-bottom: 1px solid #ddd;"> <td style="padding: 8px 5px; vertical-align: top;"><t t-esc="counter"/></td> <td style="padding: 8px 5px; vertical-align: top;"> - <div style="font-weight: bold;"> - [<span t-field="move.product_id.default_code"/>] - </div> - <div style="margin-top: 3px;"> - <span t-field="move.product_id.name"/> - </div> + <div style="font-weight: bold; font-size: 20px;"> + [<span t-field="move.product_id.default_code"/>] + </div> + <div style="margin-top: 3px; font-size: 16px;"> + <span t-field="move.product_id.name"/> + </div> </td> <td style="text-align: center; padding: 8px 5px; vertical-align: top;"> <t t-esc="int(move.product_uom_qty if move.product_uom_qty else 0)"/> |
