Skip to content

Commit 5c64bb0

Browse files
authored
Merge pull request #1884 from OCA/17.0
Syncing from upstream OCA/stock-logistics-warehouse (17.0)
2 parents ef43397 + d8de102 commit 5c64bb0

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ addon | version | maintainers | summary
5555
[stock_reserve_sale](stock_reserve_sale/) | 17.0.1.0.0 | | Stock Reserve Sales
5656
[stock_route_mto](stock_route_mto/) | 17.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them.
5757
[stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 17.0.1.0.0 | | Allows to search for picking from supplierinfo code
58-
[stock_secondary_unit](stock_secondary_unit/) | 17.0.1.0.1 | | Get product quantities in a secondary unit
58+
[stock_secondary_unit](stock_secondary_unit/) | 17.0.1.1.0 | | Get product quantities in a secondary unit
5959
[stock_warehouse_calendar](stock_warehouse_calendar/) | 17.0.1.0.1 | <a href='https://github.com/JordiBForgeFlow'><img src='https://github.com/JordiBForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JordiBForgeFlow'/></a> | Adds a calendar to the Warehouse
6060

6161
[//]: # (end addons)

stock_secondary_unit/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stock Secondary Unit
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:654baa798857a761a48abb20792503e3b64bc88a3caa84b996947f9f84cdbdaf
14+
!! source digest: sha256:a9198504b9f1810b98003e10caa04934b52ff0a5f9f680f29966c8acfef0109d
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

stock_secondary_unit/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Stock Secondary Unit",
55
"summary": "Get product quantities in a secondary unit",
6-
"version": "17.0.1.0.1",
6+
"version": "17.0.1.1.0",
77
"development_status": "Production/Stable",
88
"category": "stock",
99
"website": "https://github.com/OCA/stock-logistics-warehouse",

stock_secondary_unit/report/report_deliveryslip.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,15 @@
4141
</td>
4242
</xpath>
4343
</template>
44+
<template
45+
id="stock_report_delivery_aggregated_move_lines"
46+
inherit_id="stock.stock_report_delivery_aggregated_move_lines"
47+
>
48+
<xpath expr="//tr[@t-foreach='aggregated_lines']/td[1]" position="after">
49+
<td>
50+
<span t-field="aggregated_lines[line]['move'].secondary_uom_qty" />
51+
<span t-field="aggregated_lines[line]['move'].secondary_uom_id" />
52+
</td>
53+
</xpath>
54+
</template>
4455
</odoo>

stock_secondary_unit/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Stock Secondary Unit</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:654baa798857a761a48abb20792503e3b64bc88a3caa84b996947f9f84cdbdaf
375+
!! source digest: sha256:a9198504b9f1810b98003e10caa04934b52ff0a5f9f680f29966c8acfef0109d
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_secondary_unit"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_secondary_unit"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of stock module to allow define

0 commit comments

Comments
 (0)