diff --git a/delivery_usability/__manifest__.py b/delivery_usability/__manifest__.py index 776c780..9840cbd 100644 --- a/delivery_usability/__manifest__.py +++ b/delivery_usability/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2018-2021 Akretion (http://www.akretion.com) +# Copyright 2018-2022 Akretion (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Delivery Usability', - 'version': '14.0.1.0.0', + 'version': '16.0.1.0.0', 'category': 'Stock', 'license': 'AGPL-3', 'summary': 'Several usability enhancements in Delivery', @@ -23,5 +23,5 @@ This module has been written by Alexis de Lattre from Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/delivery_usability/views/stock_picking.xml b/delivery_usability/views/stock_picking.xml index 86a67b6..4da7020 100644 --- a/delivery_usability/views/stock_picking.xml +++ b/delivery_usability/views/stock_picking.xml @@ -1,6 +1,6 @@