Skip to content

Commit 37ef542

Browse files
committed
[BOT] post-merge updates
1 parent 7bbb91b commit 37ef542

File tree

4 files changed

+25
-13
lines changed

4 files changed

+25
-13
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[stock_picking_batch_report](stock_picking_batch_report/) | 18.0.1.0.0 | | Stock Picking Batch Report
3030
[stock_picking_group_by_partner_by_carrier_sale_line_position](stock_picking_group_by_partner_by_carrier_sale_line_position/) | 18.0.1.0.0 | | Glue module for sale position and delivery report grouped
3131
[stock_picking_report_external_note](stock_picking_report_external_note/) | 18.0.1.0.1 | <a href='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/Shide'><img src='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/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> | Adds a note in Stock Picking shown on external reports like Delivery Slip
32+
[stock_picking_report_internal_delivery_address](stock_picking_report_internal_delivery_address/) | 18.0.1.0.0 | | Show delivery address when picking type is internal
3233
[stock_picking_report_salesperson](stock_picking_report_salesperson/) | 18.0.1.0.0 | <a href='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/Shide'><img src='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/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> | Salesperson info in Stock Picking reports
3334
[stock_picking_report_valued](stock_picking_report_valued/) | 18.0.1.0.0 | | Adding Valued Picking on Delivery Slip report
3435
[stock_quantity_history_location](stock_quantity_history_location/) | 18.0.1.0.0 | <a href='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/luisg123v'><img src='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/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> <a href='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/rolandojduartem'><img src='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/rolandojduartem.png' width='32' height='32' style='border-radius:50%;' alt='rolandojduartem'/></a> | Provides stock quantity by location on past date

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-reporting"
3-
version = "18.0.20250618.0"
3+
version = "18.0.20250702.0"
44
dependencies = [
55
"odoo-addon-delivery_line_sale_line_position==18.0.*",
66
"odoo-addon-stock_account_valuation_report==18.0.*",
77
"odoo-addon-stock_move_value_report==18.0.*",
88
"odoo-addon-stock_picking_batch_report==18.0.*",
99
"odoo-addon-stock_picking_group_by_partner_by_carrier_sale_line_position==18.0.*",
1010
"odoo-addon-stock_picking_report_external_note==18.0.*",
11+
"odoo-addon-stock_picking_report_internal_delivery_address==18.0.*",
1112
"odoo-addon-stock_picking_report_salesperson==18.0.*",
1213
"odoo-addon-stock_picking_report_valued==18.0.*",
1314
"odoo-addon-stock_quantity_history_location==18.0.*",

stock_picking_report_internal_delivery_address/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==============================================
26
Stock picking report internal delivery address
37
==============================================
@@ -7,13 +11,13 @@ Stock picking report internal delivery address
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f190e7cf7cc653abb06772ba4be7955d465381dd77f68d9c5ca7fd7f34bd5da0
14+
!! source digest: sha256:eecbd086719c1d89397da43bb1de950faf07d714e02e68b314e9070cc5520695
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github

stock_picking_report_internal_delivery_address/static/description/index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Stock picking report internal delivery address</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="stock-picking-report-internal-delivery-address">
364-
<h1 class="title">Stock picking report internal delivery address</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="stock-picking-report-internal-delivery-address">
370+
<h1>Stock picking report internal delivery address</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f190e7cf7cc653abb06772ba4be7955d465381dd77f68d9c5ca7fd7f34bd5da0
375+
!! source digest: sha256:eecbd086719c1d89397da43bb1de950faf07d714e02e68b314e9070cc5520695
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-reporting/tree/18.0/stock_picking_report_internal_delivery_address"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-18-0/stock-logistics-reporting-18-0-stock_picking_report_internal_delivery_address"><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-reporting&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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-reporting/tree/18.0/stock_picking_report_internal_delivery_address"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-18-0/stock-logistics-reporting-18-0-stock_picking_report_internal_delivery_address"><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-reporting&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows you to show the delivery address on reports when the
374379
operation type of the picking is internal.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -385,23 +390,23 @@ <h1 class="title">Stock picking report internal delivery address</h1>
385390
</ul>
386391
</div>
387392
<div class="section" id="bug-tracker">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
393+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
389394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues">GitHub Issues</a>.
390395
In case of trouble, please check there if your issue has already been reported.
391396
If you spotted it first, help us to smash it by providing a detailed and welcomed
392397
<a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_picking_report_internal_delivery_address%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393398
<p>Do not contact contributors directly about support or help with technical issues.</p>
394399
</div>
395400
<div class="section" id="credits">
396-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
397402
<div class="section" id="authors">
398-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
403+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
399404
<ul class="simple">
400405
<li>Tecnativa</li>
401406
</ul>
402407
</div>
403408
<div class="section" id="contributors">
404-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
405410
<ul class="simple">
406411
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
407412
<li>Carlos Roca</li>
@@ -415,7 +420,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
415420
</ul>
416421
</div>
417422
<div class="section" id="maintainers">
418-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
419424
<p>This module is maintained by the OCA.</p>
420425
<a class="reference external image-reference" href="https://odoo-community.org">
421426
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -428,5 +433,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
428433
</div>
429434
</div>
430435
</div>
436+
</div>
431437
</body>
432438
</html>

0 commit comments

Comments
 (0)