Skip to content

Commit b446469

Browse files
committed
[BOT] post-merge updates
1 parent 2b8e29f commit b446469

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ addon | version | maintainers | summary
4545
[stock_reserve](stock_reserve/) | 17.0.1.0.0 | | Stock reservations on products
4646
[stock_route_mto](stock_route_mto/) | 17.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them.
4747
[stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 17.0.1.0.0 | | Allows to search for picking from supplierinfo code
48+
[stock_secondary_unit](stock_secondary_unit/) | 17.0.1.0.0 | | Get product quantities in a secondary unit
4849
[stock_warehouse_calendar](stock_warehouse_calendar/) | 17.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse
4950

5051
[//]: # (end addons)

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-warehouse"
3-
version = "17.0.20241227.0"
3+
version = "17.0.20250120.0"
44
dependencies = [
55
"odoo-addon-account_move_line_product>=17.0dev,<17.1dev",
66
"odoo-addon-account_move_line_stock_info>=17.0dev,<17.1dev",
@@ -26,6 +26,7 @@ dependencies = [
2626
"odoo-addon-stock_reserve>=17.0dev,<17.1dev",
2727
"odoo-addon-stock_route_mto>=17.0dev,<17.1dev",
2828
"odoo-addon-stock_search_supplierinfo_code>=17.0dev,<17.1dev",
29+
"odoo-addon-stock_secondary_unit>=17.0dev,<17.1dev",
2930
"odoo-addon-stock_warehouse_calendar>=17.0dev,<17.1dev",
3031
]
3132
classifiers=[

stock_secondary_unit/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Secondary Unit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:31e6f77419eef15934b2bd7f856a4a83596ab6f4d0ae89ba679f4c9b41961e7d
10+
!! source digest: sha256:ab7bea85cfe27085d307ab03aecad0362f1f430cd8a8792b5017a726f02972c7
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -70,15 +70,15 @@ Authors
7070
Contributors
7171
------------
7272

73-
- `Tecnativa <https://www.tecnativa.com>`__
73+
- `Tecnativa <https://www.tecnativa.com>`__
7474

75-
- Carlos Dauden
76-
- Sergio Teruel
77-
- Carlos Roca
75+
- Carlos Dauden
76+
- Sergio Teruel
77+
- Carlos Roca
7878

79-
- Kitti Upariphutthiphong <[email protected]>
80-
- Pimolnat Suntian <[email protected]>
81-
- Alan Ramos <[email protected]>
79+
- Kitti Upariphutthiphong <[email protected]>
80+
- Pimolnat Suntian <[email protected]>
81+
- Alan Ramos <[email protected]>
8282

8383
Maintainers
8484
-----------

stock_secondary_unit/static/description/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Stock Secondary Unit</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:31e6f77419eef15934b2bd7f856a4a83596ab6f4d0ae89ba679f4c9b41961e7d
370+
!! source digest: sha256:ab7bea85cfe27085d307ab03aecad0362f1f430cd8a8792b5017a726f02972c7
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/licence-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>
372373
<p>This module extends the functionality of stock module to allow define
@@ -430,7 +431,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
430431
<div class="section" id="maintainers">
431432
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
432433
<p>This module is maintained by the OCA.</p>
433-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
434+
<a class="reference external image-reference" href="https://odoo-community.org">
435+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
436+
</a>
434437
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
435438
mission is to support the collaborative development of Odoo features and
436439
promote its widespread use.</p>

0 commit comments

Comments
 (0)