Skip to content

Commit 31c44bc

Browse files
committed
[BOT] post-merge updates
1 parent ef7b9c3 commit 31c44bc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[stock_demand_estimate](stock_demand_estimate/) | 17.0.1.1.0 | | Allows to create demand estimates.
3232
[stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 17.0.1.0.0 | | Allows to create demand estimates.
3333
[stock_helper](stock_helper/) | 17.0.1.1.1 | | Add methods shared between various stock modules
34-
[stock_inventory](stock_inventory/) | 17.0.1.2.0 | | Allows to do an easier follow up of the Inventory Adjustments
34+
[stock_inventory](stock_inventory/) | 17.0.1.2.1 | | Allows to do an easier follow up of the Inventory Adjustments
3535
[stock_inventory_discrepancy](stock_inventory_discrepancy/) | 17.0.1.1.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold.
3636
[stock_location_lockdown](stock_location_lockdown/) | 17.0.1.0.0 | | Prevent to add stock on locked locations
3737
[stock_location_zone](stock_location_zone/) | 17.0.1.0.0 | | Classify locations with zones.

stock_inventory/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Inventory Adjustment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:06b0ec264b35ec60acfcd539b27e77c374175ab92cb967ec6a1893aa3e49d05d
10+
!! source digest: sha256:6153bd58eb1b2dedaa619eefee432e405b0b31fb1dd44dc94004de56cbc3757e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -72,11 +72,11 @@ Authors
7272
Contributors
7373
------------
7474

75-
- `ForgeFlow <https://www.forgeflow.com>`__:
75+
- `ForgeFlow <https://www.forgeflow.com>`__:
7676

77-
- David Jiménez <[email protected]>
78-
- Guillem Casassas <[email protected]>
79-
- Urvisha Desai <[email protected]>
77+
- David Jiménez <[email protected]>
78+
- Guillem Casassas <[email protected]>
79+
- Urvisha Desai <[email protected]>
8080

8181
Maintainers
8282
-----------

stock_inventory/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Stock Inventory Adjustment",
3-
"version": "17.0.1.2.0",
3+
"version": "17.0.1.2.1",
44
"license": "LGPL-3",
55
"maintainer": ["DavidJForgeFlow"],
66
"development_status": "Beta",

stock_inventory/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Inventory Adjustment</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:06b0ec264b35ec60acfcd539b27e77c374175ab92cb967ec6a1893aa3e49d05d
370+
!! source digest: sha256:6153bd58eb1b2dedaa619eefee432e405b0b31fb1dd44dc94004de56cbc3757e
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_inventory"><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_inventory"><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>
373373
<p>This module allows to group Inventory Adjustments and have a group

0 commit comments

Comments
 (0)