Hi
How cancel 'stock move in state done' by python code?
please help me.
Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
How cancel 'stock move in state done' by python code?
please help me.
Thanks.
create custom modules to inherit action delete and make it if state = done -> make it draft
and update product quntity for all product in moves related with picking
then user can delete it diretly without having conflict
can you please indicate this in steps or screenshot
There was no one to help
؟؟؟؟
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 7 21
|
3198 | ||
|
3
thg 6 21
|
5014 | ||
|
0
thg 1 21
|
2660 | ||
|
1
thg 7 23
|
6102 | ||
|
1
thg 3 23
|
2592 |
Hi sana using xmlrpc or direct python code?
direct python code
If it is a move object from sale, you simply can go to sale order object and cancel it.