Skip to content

Commit e66089f

Browse files
committed
[BOT] post-merge updates
1 parent 0ca4ded commit e66089f

File tree

5 files changed

+28
-16
lines changed

5 files changed

+28
-16
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ addon | version | maintainers | summary
3131
[stock_picking_report_delivery_driver](stock_picking_report_delivery_driver/) | 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> | Delivery Driver info in Stock Picking reports
3232
[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
3333
[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
34+
[stock_picking_report_product_sticker](stock_picking_report_product_sticker/) | 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> <a href='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/rafaelbn'><img src='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/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> | Stock Picking Report - Product Sticker
3435
[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
3536
[stock_picking_report_valued](stock_picking_report_valued/) | 18.0.1.0.0 | | Adding Valued Picking on Delivery Slip report
3637
[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,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-reporting"
3-
version = "18.0.20250710.0"
3+
version = "18.0.20250715.0"
44
dependencies = [
55
"odoo-addon-delivery_line_sale_line_position==18.0.*",
66
"odoo-addon-stock_account_valuation_report==18.0.*",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-stock_picking_report_delivery_driver==18.0.*",
1111
"odoo-addon-stock_picking_report_external_note==18.0.*",
1212
"odoo-addon-stock_picking_report_internal_delivery_address==18.0.*",
13+
"odoo-addon-stock_picking_report_product_sticker==18.0.*",
1314
"odoo-addon-stock_picking_report_salesperson==18.0.*",
1415
"odoo-addon-stock_picking_report_valued==18.0.*",
1516
"odoo-addon-stock_quantity_history_location==18.0.*",

stock_picking_report_product_sticker/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 - Product Sticker
37
======================================
@@ -7,13 +11,13 @@ Stock Picking Report - Product Sticker
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:51b270e501bac4f4a31d1a241f382653ea6ea922cc17c5b94df8f4d4e13f9dac
14+
!! source digest: sha256:6cd9c8d25515064500c68fa481d0b2c0c908c14073e0faf2a23ca51ac79068cd
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_product_sticker/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Stock Picking Report - Product Sticker",
6-
"version": "18.0.1.0.0",
6+
"version": "18.0.1.0.1",
77
"author": "Moduon, Odoo Community Association (OCA)",
88
"license": "AGPL-3",
99
"website": "https://github.com/OCA/stock-logistics-reporting",

stock_picking_report_product_sticker/static/description/index.html

Lines changed: 18 additions & 12 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 - Product Sticker</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-product-sticker">
364-
<h1 class="title">Stock Picking Report - Product Sticker</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-product-sticker">
370+
<h1>Stock Picking Report - Product Sticker</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:51b270e501bac4f4a31d1a241f382653ea6ea922cc17c5b94df8f4d4e13f9dac
375+
!! source digest: sha256:6cd9c8d25515064500c68fa481d0b2c0c908c14073e0faf2a23ca51ac79068cd
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_product_sticker"><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_product_sticker"><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_product_sticker"><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_product_sticker"><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 display the Product Stickers in the Delivery
374379
Slip reports.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -387,12 +392,12 @@ <h1 class="title">Stock Picking Report - Product Sticker</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="installation">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
391396
<p>You must install the <tt class="docutils literal">product_sticker</tt> module from [Product
392397
Attribute](<a class="reference external" href="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/OCA/product-attribute">https://github.com/OCA/product-attribute</a>) repository.</p>
393398
</div>
394399
<div class="section" id="usage">
395-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
396401
<p>To use this module, you need to:</p>
397402
<ol class="arabic simple">
398403
<li>You must go to the Picking Type that you want to show the Product
@@ -404,29 +409,29 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
404409
</ol>
405410
</div>
406411
<div class="section" id="bug-tracker">
407-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
412+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
408413
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues">GitHub Issues</a>.
409414
In case of trouble, please check there if your issue has already been reported.
410415
If you spotted it first, help us to smash it by providing a detailed and welcomed
411416
<a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_picking_report_product_sticker%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
412417
<p>Do not contact contributors directly about support or help with technical issues.</p>
413418
</div>
414419
<div class="section" id="credits">
415-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
420+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
416421
<div class="section" id="authors">
417-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
422+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
418423
<ul class="simple">
419424
<li>Moduon</li>
420425
</ul>
421426
</div>
422427
<div class="section" id="contributors">
423-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
428+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
424429
<ul class="simple">
425430
<li>Eduardo de Miguel (<a class="reference external" href="https://www.moduon.team/">Moduon</a>)</li>
426431
</ul>
427432
</div>
428433
<div class="section" id="maintainers">
429-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
430435
<p>This module is maintained by the OCA.</p>
431436
<a class="reference external image-reference" href="https://odoo-community.org">
432437
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -441,5 +446,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
441446
</div>
442447
</div>
443448
</div>
449+
</div>
444450
</body>
445451
</html>

0 commit comments

Comments
 (0)