From 237d2d29ec0b607085c971049f13336f6758e0ca Mon Sep 17 00:00:00 2001 From: hda Date: Mon, 10 Oct 2022 15:11:18 +0200 Subject: [PATCH] [MIG] scrap_reason_code: Migration to 15.0 --- scrap_reason_code/README.rst | 6 +++--- scrap_reason_code/__manifest__.py | 2 +- scrap_reason_code/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scrap_reason_code/README.rst b/scrap_reason_code/README.rst index 2af92f29a2bd..83d1bc6b58b6 100644 --- a/scrap_reason_code/README.rst +++ b/scrap_reason_code/README.rst @@ -23,7 +23,7 @@ Scrap Reason Code :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Adds a reason code for scrapping operations and an interface for the user to create scrap codes @@ -44,7 +44,7 @@ Usage ===== - Go to Inventory > Operations > Scrap -- Create a scarp order and select reason code. +- Create a scrap order and select reason code. - A scrap location will be readonly and auto fill based on selected reason code. @@ -101,7 +101,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-bodedra| +|maintainer-bodedra| This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. diff --git a/scrap_reason_code/__manifest__.py b/scrap_reason_code/__manifest__.py index 2bd5b6a6c930..67603efc909c 100644 --- a/scrap_reason_code/__manifest__.py +++ b/scrap_reason_code/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Scrap Reason Code", - "version": "14.0.1.0.1", + "version": "15.0.1.0.0", "license": "AGPL-3", "summary": "Reason code for scrapping", "author": "Open Source Integrators, Odoo Community Association (OCA)", diff --git a/scrap_reason_code/readme/CONTRIBUTORS.rst b/scrap_reason_code/readme/CONTRIBUTORS.rst index 7625e66b18dc..ad224128e75b 100644 --- a/scrap_reason_code/readme/CONTRIBUTORS.rst +++ b/scrap_reason_code/readme/CONTRIBUTORS.rst @@ -3,3 +3,4 @@ * Balaji Kannan * Serpent Consulting Services Pvt. Ltd. * Chandresh Thakkar +* Hughes Damry