diff --git a/stock_quant_manual_assign/README.rst b/stock_quant_manual_assign/README.rst index fe1a4c10a..f206bcae8 100644 --- a/stock_quant_manual_assign/README.rst +++ b/stock_quant_manual_assign/README.rst @@ -2,23 +2,24 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -=========================== -Manual assignment of quants -=========================== +=============================== +Stock - Manual Quant Assignment +=============================== -With this module, user can manually change the automatic selection of quants. +This module allows you to manually change the automatic quant selection. Usage ===== To use this module, you need to: -* You will able to select the quants from each stock.move. There will be a - button that opens a wizard directly from the move or from the picking. +#. Select a stock move or a stock picking. +#. Open the wizard with the button "Manual Quants". +#. Select the quants to assign (reserve). .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/8.0 + :target: https://runbot.odoo-community.org/runbot/153/9.0 Bug Tracker =========== @@ -26,12 +27,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 smashing it by providing a detailed and welcomed `feedback -`_. - +help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/stock_quant_manual_assign/__manifest__.py b/stock_quant_manual_assign/__manifest__.py index 01fd0ca19..14871bfa0 100644 --- a/stock_quant_manual_assign/__manifest__.py +++ b/stock_quant_manual_assign/__manifest__.py @@ -3,8 +3,8 @@ # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { - "name": "Stock - Manual assignment of quants", - "version": "8.0.1.0.0", + "name": "Stock - Manual Quant Assignment", + "version": "9.0.1.0.0", "category": "Warehouse Management", "license": "AGPL-3", "author": "OdooMRP team, " @@ -12,12 +12,6 @@ "Serv. Tecnol. Avanzados - Pedro M. Baeza, " "Odoo Community Association (OCA)", "website": "http://www.odoomrp.com", - "contributors": [ - "Mikel Arregi ", - "Ana Juaristi Olalde ", - "Pedro Manuel Baeza Romero " - "Oihane Crucelaegui ", - ], "depends": [ "stock", ], @@ -25,5 +19,5 @@ "wizard/assign_manual_quants_view.xml", "views/stock_move_view.xml", ], - "installable": False, + "installable": True, } diff --git a/stock_quant_manual_assign/views/stock_move_view.xml b/stock_quant_manual_assign/views/stock_move_view.xml index 9ca960682..c015de1aa 100644 --- a/stock_quant_manual_assign/views/stock_move_view.xml +++ b/stock_quant_manual_assign/views/stock_move_view.xml @@ -1,36 +1,34 @@ - - - - stock.move.form - stock.move - - - - - - + + + stock.move.form + stock.move + + + + - - - + + stock.move.form + stock.move + + + +