Skip to content

Commit 81bf8bb

Browse files
committed
[FIX]stock_ux: margin in zpl report
closes #849 X-original-commit: a0ab091 Signed-off-by: Juan Carreras <jc@adhoc.com.ar>
1 parent d42be68 commit 81bf8bb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

stock_ux/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Stock UX",
22-
"version": "19.0.1.1.0",
22+
"version": "19.0.1.2.0",
2323
"category": "Warehouse Management",
2424
"sequence": 14,
2525
"summary": "",

stock_ux/report/picking_templates.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
^LH0,0
1313
^FO20,10,0
1414

15-
^FO260,10
15+
^FO250,10
1616
^A0N,20,25^FD<t t-esc="o.move_id.picking_id.date_done" t-options="{'widget': 'date'}"/>^FS
1717

18-
^FO20,40
18+
^FO10,40
1919
^A0N,40,30
2020
^TBN,360,40
2121
^FD<t t-esc="o.move_id.product_id.display_name"/>^FS
2222

23-
^FO20,90
23+
^FO10,90
2424
^BY3
2525
^BCN,60,Y,N,N,A
2626
^FD<t t-esc="o.move_id.product_id.barcode"/>^FS
@@ -29,13 +29,13 @@
2929
^FX Nueva etiqueta
3030
^LH445,0
3131
^FO20,10,0
32-
^FO260,10
32+
^FO250,10
3333
^A0N,20,25^FD<t t-esc="o.move_id.picking_id.date_done" t-options="{'widget': 'date'}"/>^FS
34-
^FO20,40
34+
^FO10,40
3535
^A0N,40,30
3636
^TBN,360,40
3737
^FD<t t-esc="o.move_id.product_id.display_name"/>^FS
38-
^FO20,90
38+
^FO10,90
3939
^BY3
4040
^BCN,60,Y,N,N,A
4141
^FD<t t-esc="o.move_id.product_id.barcode"/>^FS

0 commit comments

Comments
 (0)