File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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&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
You can’t perform that action at this time.
0 commit comments