mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[14.0][ADD] stock_picking_cancel_confirm
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
../../../../stock_picking_cancel_confirm
|
||||||
6
setup/stock_picking_cancel_confirm/setup.py
Normal file
6
setup/stock_picking_cancel_confirm/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from . import model
|
from . import models
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
When user click to cancel stock picking, a confirmation wizard will be show, with reason as optional.
|
When user click to cancel stock picking, a confirmation wizard will be shown, with reason as optional.
|
||||||
|
|||||||
Reference in New Issue
Block a user