diff options
| -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)"/> |
