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
4 changes: 3 additions & 1 deletion stock_ux/views/report_deliveryslip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
</template>

<template id="stock_report_delivery_aggregated_move_lines" inherit_id="stock.stock_report_delivery_aggregated_move_lines">
<xpath expr="//td[@name='move_line_aggregated_qty_ordered']" position="replace"/>
<xpath expr="//td[@name='move_line_aggregated_qty_ordered']" position="attributes">
<attribute name="style">display: none;</attribute>
</xpath>
</template>

<template id="custom_stock_report_delivery_aggregated_move_lines" inherit_id="stock.stock_report_delivery_aggregated_move_lines">
Expand Down