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
؟؟؟؟
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
يوليو 21
|
2834 | ||
|
3
يونيو 21
|
4428 | ||
|
0
يناير 21
|
2165 | ||
|
1
يوليو 23
|
5518 | ||
|
1
مارس 23
|
2102 |
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.