I confirmed a wrong purchase order and now I wanna cancel an incoming shipment. How can I do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
There is 4 steps to undo this :
1) Make the “state” field appears in the picking form view.
Go to Warehouse → Incoming Shipments and then activate the developer mode.
Click on the shipment you wanna delete, then click on “Debug View#xxx” and choose “Edit FormView”.You have to add this line of code in the form view :
<field name="state" readonly="0" invisible="0"/>
Admin rights are required to do this.
2) Edit and change the state to “draft”
3) Delete the shipment
4) Delete the line of code that you previously add in the form view.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
9月 25
|
1615 | ||
|
3
3月 25
|
1628 | ||
|
1
5月 24
|
7803 | ||
|
2
12月 22
|
14998 | ||
|
5
9月 20
|
33307 |