From c235b9abb510d3a29142048b4b47139ad4f177e1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 13 Dec 2024 13:50:18 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + repair_stock_move_restrict_lot/README.rst | 2 +- repair_stock_move_restrict_lot/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3e44fb0..19ddf64f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [repair_scrap](repair_scrap/) | 15.0.1.1.0 | | To send to scrap components or irreparable components. [repair_security](repair_security/) | 15.0.1.0.0 | | Create security groups for Repair [repair_stock_move](repair_stock_move/) | 15.0.1.1.1 | | Ongoing Repair Stock Moves Definition in odoo +[repair_stock_move_restrict_lot](repair_stock_move_restrict_lot/) | 15.0.1.0.0 | [![AaronHForgeFlow](https://github.com/AaronHForgeFlow.png?size=30px)](https://github.com/AaronHForgeFlow) | Glue module to restrict lot in stock moves of repair orders [repair_type](repair_type/) | 15.0.1.0.0 | | Repair type [repair_type_refurbish](repair_type_refurbish/) | 15.0.1.0.0 | | Repair type [repair_type_security](repair_type_security/) | 15.0.1.0.0 | | Glue module Repair Type and Repair Security diff --git a/repair_stock_move_restrict_lot/README.rst b/repair_stock_move_restrict_lot/README.rst index 0d02b651..d857825d 100644 --- a/repair_stock_move_restrict_lot/README.rst +++ b/repair_stock_move_restrict_lot/README.rst @@ -7,7 +7,7 @@ Repair Stock Move Restrict Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c94e72916093650c40fe3428b8f443013e3897f3df7b2c59d27bb45283e50fa7 + !! source digest: sha256:6938ca797566e90e8927d834e588216ec33c2bca394af0dbcfd70bacff9e4e5c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/repair_stock_move_restrict_lot/static/description/index.html b/repair_stock_move_restrict_lot/static/description/index.html index 10505fa4..df864e3f 100644 --- a/repair_stock_move_restrict_lot/static/description/index.html +++ b/repair_stock_move_restrict_lot/static/description/index.html @@ -367,7 +367,7 @@

Repair Stock Move Restrict Lot

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c94e72916093650c40fe3428b8f443013e3897f3df7b2c59d27bb45283e50fa7 +!! source digest: sha256:6938ca797566e90e8927d834e588216ec33c2bca394af0dbcfd70bacff9e4e5c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/repair Translate me on Weblate Try me on Runboat

Glue module between repair_stock_move and stock_restrict_lot. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 347d0520..ac3d4b46 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240326.0 \ No newline at end of file +15.0.20241213.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b4802428..b3fdc0e3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ 'odoo-addon-repair_scrap>=15.0dev,<15.1dev', 'odoo-addon-repair_security>=15.0dev,<15.1dev', 'odoo-addon-repair_stock_move>=15.0dev,<15.1dev', + 'odoo-addon-repair_stock_move_restrict_lot>=15.0dev,<15.1dev', 'odoo-addon-repair_type>=15.0dev,<15.1dev', 'odoo-addon-repair_type_refurbish>=15.0dev,<15.1dev', 'odoo-addon-repair_type_security>=15.0dev,<15.1dev',