Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stock_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Stock UX",
"version": "18.0.1.3.0",
"version": "18.0.1.4.0",
"category": "Warehouse Management",
"sequence": 14,
"summary": "",
Expand Down
12 changes: 6 additions & 6 deletions stock_ux/report/picking_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
^LH0,0
^FO20,10,0

^FO260,10
^FO250,10
Copy link

Copilot AI Sep 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title contains a typo: 'adjunt' should be 'adjust' and 'termplate' should be 'template'.

Copilot uses AI. Check for mistakes.
^A0N,20,25^FD<t t-esc="o.move_id.picking_id.date_done" t-options="{'widget': 'date'}"/>^FS

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

^FO20,90
^FO10,90
^BY3
^BCN,60,Y,N,N,A
^FD<t t-esc="o.move_id.product_id.barcode"/>^FS
Expand All @@ -29,13 +29,13 @@
^FX Nueva etiqueta
^LH445,0
^FO20,10,0
^FO260,10
^FO250,10
^A0N,20,25^FD<t t-esc="o.move_id.picking_id.date_done" t-options="{'widget': 'date'}"/>^FS
^FO20,40
^FO10,40
^A0N,40,30
^TBN,360,40
^FD<t t-esc="o.move_id.product_id.display_name"/>^FS
^FO20,90
^FO10,90
^BY3
^BCN,60,Y,N,N,A
^FD<t t-esc="o.move_id.product_id.barcode"/>^FS
Expand Down