[14.0][ADD] stock_picking_cancel_confirm

This commit is contained in:
Kitti U
2021-04-20 12:50:01 +07:00
parent 4a0def5a2e
commit e57f459816
6 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../../stock_picking_cancel_confirm

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@@ -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

View File

@@ -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.