I have created PO0002, But i can't get rid of it. Can't cancel, can't delete.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
Hi LEE TING RUI,
you must cancel the picking releated to this PO0002 before to be able to cancel it.
Good work.
We noticed similar issue on our production server. This is due to broken workflow. If you know erppeek then use following commands on your terminal
<pre>
$erppeek --server https://odooserver.com -d production
$purchase = model('purchase.order')
$purchase.wkf_action_cancel([record_id])
</pre>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol