From 2458b2be7cd6eed85d9c5b291021162057f31b14 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 1 Oct 2020 09:38:40 +0000 Subject: [PATCH] [MIG] stock_quant_manual_assign: Migration to 18.0 --- stock_quant_manual_assign/README.rst | 10 +++++----- stock_quant_manual_assign/__manifest__.py | 2 +- .../static/description/index.html | 10 +++------- .../tests/test_stock_quant_manual_assign.py | 2 +- stock_quant_manual_assign/views/stock_move_view.xml | 4 ++-- .../wizard/assign_manual_quants_view.xml | 4 ++-- 6 files changed, 14 insertions(+), 18 deletions(-) diff --git a/stock_quant_manual_assign/README.rst b/stock_quant_manual_assign/README.rst index 20264f4e8fce..30adba523f4c 100644 --- a/stock_quant_manual_assign/README.rst +++ b/stock_quant_manual_assign/README.rst @@ -17,13 +17,13 @@ Stock - Manual Quant Assignment :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_quant_manual_assign + :target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_quant_manual_assign :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_quant_manual_assign + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_quant_manual_assign :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -50,7 +50,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -99,6 +99,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_quant_manual_assign/__manifest__.py b/stock_quant_manual_assign/__manifest__.py index 586d10813430..93c02897a578 100644 --- a/stock_quant_manual_assign/__manifest__.py +++ b/stock_quant_manual_assign/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Stock - Manual Quant Assignment", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Warehouse", "license": "AGPL-3", "author": "AvanzOSC, " diff --git a/stock_quant_manual_assign/static/description/index.html b/stock_quant_manual_assign/static/description/index.html index a1c37b76ac05..a959a3941d79 100644 --- a/stock_quant_manual_assign/static/description/index.html +++ b/stock_quant_manual_assign/static/description/index.html @@ -369,7 +369,7 @@

Stock - Manual Quant Assignment

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:61ae882314c4613160958d9bd491d47ace4de50324aa353684d2d62c4fac34b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows you to manually change the automatic quant selection.

Table of contents

@@ -398,7 +398,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -433,10 +433,6 @@

Contributors

  • Tony Gu <tony@openerp.cn>
  • -
  • Shine IT: -
  • @@ -448,7 +444,7 @@

    Maintainers

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py b/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py index 59820366c496..cdf93f2881c0 100644 --- a/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py +++ b/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py @@ -17,7 +17,7 @@ def setUpClass(cls): cls.quant_assign_wizard = cls.env["assign.manual.quants"] cls.ModelDataObj = cls.env["ir.model.data"] cls.product = cls.env["product.product"].create( - {"name": "Product 4 test", "type": "product"} + {"name": "Product 4 test", "type": "consu"} ) cls.location_src = cls.env.ref("stock.stock_location_locations_virtual") cls.location_dst = cls.env.ref("stock.stock_location_customers") diff --git a/stock_quant_manual_assign/views/stock_move_view.xml b/stock_quant_manual_assign/views/stock_move_view.xml index 6d964fabb8db..e1a933007df8 100644 --- a/stock_quant_manual_assign/views/stock_move_view.xml +++ b/stock_quant_manual_assign/views/stock_move_view.xml @@ -5,7 +5,7 @@ stock.picking - + diff --git a/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml b/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml index faced17de942..84713ca13dbf 100644 --- a/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml +++ b/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml @@ -5,7 +5,7 @@ assign.manual.quants
    - +