From 56d29b5a6bff6d657e10fef11a1d664595f9c227 Mon Sep 17 00:00:00 2001 From: Sergio Teruel Date: Sat, 25 Jan 2020 09:28:36 +0100 Subject: [PATCH] [MIG] stock_picking_mass_action: Migration to v13.0 --- stock_picking_mass_action/README.rst | 10 +++++----- stock_picking_mass_action/__manifest__.py | 2 +- .../static/description/index.html | 6 +++--- stock_picking_mass_action/wizard/mass_action.py | 1 - stock_picking_mass_action/wizard/mass_action_view.xml | 3 --- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/stock_picking_mass_action/README.rst b/stock_picking_mass_action/README.rst index c8921b5ab557..52271b952d84 100644 --- a/stock_picking_mass_action/README.rst +++ b/stock_picking_mass_action/README.rst @@ -14,13 +14,13 @@ Stock Picking Mass Action :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--workflow-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-workflow/tree/12.0/stock_picking_mass_action + :target: https://github.com/OCA/stock-logistics-workflow/tree/13.0/stock_picking_mass_action :alt: OCA/stock-logistics-workflow .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-12-0/stock-logistics-workflow-12-0-stock_picking_mass_action + :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_mass_action :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/154/12.0 + :target: https://runbot.odoo-community.org/runbot/154/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -62,7 +62,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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -98,6 +98,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-workflow `_ project on GitHub. +This module is part of the `OCA/stock-logistics-workflow `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_mass_action/__manifest__.py b/stock_picking_mass_action/__manifest__.py index b2c987da4587..3216e109c369 100644 --- a/stock_picking_mass_action/__manifest__.py +++ b/stock_picking_mass_action/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Stock Picking Mass Action", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "author": "Camptocamp, " "GRAP," "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow/", "license": "AGPL-3", diff --git a/stock_picking_mass_action/static/description/index.html b/stock_picking_mass_action/static/description/index.html index 4fe808626830..764aa350532f 100644 --- a/stock_picking_mass_action/static/description/index.html +++ b/stock_picking_mass_action/static/description/index.html @@ -367,7 +367,7 @@

Stock Picking Mass Action

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runbot

Facilities to check the availability of stock picking list:

  • A wizard which allows on multiple stock pickings at a time to:

    @@ -411,7 +411,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.

    +feedback.

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

    @@ -441,7 +441,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-workflow project on GitHub.

    +

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

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

    diff --git a/stock_picking_mass_action/wizard/mass_action.py b/stock_picking_mass_action/wizard/mass_action.py index fe0c0944787c..e8db9fe67660 100644 --- a/stock_picking_mass_action/wizard/mass_action.py +++ b/stock_picking_mass_action/wizard/mass_action.py @@ -48,7 +48,6 @@ def _default_picking_ids(self): help="", ) - @api.multi def mass_action(self): self.ensure_one() diff --git a/stock_picking_mass_action/wizard/mass_action_view.xml b/stock_picking_mass_action/wizard/mass_action_view.xml index c98e53a23e2f..e5b2c7fc0e69 100644 --- a/stock_picking_mass_action/wizard/mass_action_view.xml +++ b/stock_picking_mass_action/wizard/mass_action_view.xml @@ -23,7 +23,6 @@ Mark as Todo stock.picking.mass.action - form form new @@ -33,7 +32,6 @@ Check Availability stock.picking.mass.action - form form new {'check_availability': 1} @@ -44,7 +42,6 @@ Transfer stock.picking.mass.action - form form new {'check_availability': 1, 'transfer': 1,}