Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Feb 12, 2025
1 parent cac480f commit 892cac3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[mrp_multi_level](mrp_multi_level/) | 18.0.1.0.3 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler
[mrp_package_propagation](mrp_package_propagation/) | 18.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a package from a component to a finished product
[mrp_production_note](mrp_production_note/) | 18.0.1.0.0 | | Notes in production orders
[mrp_warehouse_calendar](mrp_warehouse_calendar/) | 18.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing

Expand Down
12 changes: 6 additions & 6 deletions mrp_package_propagation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MRP Package Propagation
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:09e4b3efb7baa9dd0cb4537f484e546275e9be2c5d9cd653d207b2084f63f977
!! source digest: sha256:231401ea65da5afb6be0671ad7ff5ba7e3b73430050586b35a850a7d40d7a3e0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -36,8 +36,8 @@ finished product.

Two constraints:

- the component quantity has to be 1 unit
- the manufacturing order has to produce exactly the BoM quantity
- the component quantity has to be 1 unit
- the manufacturing order has to produce exactly the BoM quantity

This is to ensure we get only one package reserved for the given
component.
Expand All @@ -52,8 +52,8 @@ Usage

On the BoM:

- enable the option "Package Propagation"
- flag one of the BoM line with "Propagate Package"
- enable the option "Package Propagation"
- flag one of the BoM line with "Propagate Package"

Bug Tracker
===========
Expand All @@ -76,7 +76,7 @@ Authors
Contributors
------------

- Sébastien Alix <[email protected]>
- Sébastien Alix <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion mrp_package_propagation/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">MRP Package Propagation</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:09e4b3efb7baa9dd0cb4537f484e546275e9be2c5d9cd653d207b2084f63f977
!! source digest: sha256:231401ea65da5afb6be0671ad7ff5ba7e3b73430050586b35a850a7d40d7a3e0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/manufacture/tree/18.0/mrp_package_propagation"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/manufacture-18-0/manufacture-18-0-mrp_package_propagation"><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/manufacture&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Allow to propagate a package from a component to a finished product.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[project]
name = "odoo-addons-oca-manufacture"
version = "18.0.20250110.0"
version = "18.0.20250212.0"
dependencies = [
"odoo-addon-mrp_multi_level==18.0.*",
"odoo-addon-mrp_package_propagation==18.0.*",
"odoo-addon-mrp_production_note==18.0.*",
"odoo-addon-mrp_warehouse_calendar==18.0.*",
]
Expand Down

0 comments on commit 892cac3

Please sign in to comment.