Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
254 มุมมอง

Is there a built-in notification feature to alert Purchasing when a Receipt is Validated to prompt them to create a Vendor Bill.  

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

In standard Odoo 18, there isn’t a built-in notification that automatically alerts the Purchasing team when a receipt is validated. The workflow is designed so that vendor bills are usually created from the purchase order or directly registered by Accounting, not triggered at receipt validation.

You can customise:

1. Using Automation:

Go to Settings → Technical → Automation → Automated Actions.

Create a new action on the model Stock Picking.

Trigger: On Update.

Domain/Filter: picking_type_code = 'incoming' and state = 'done'.

Action: Send Email → target the Purchasing group or specific users.This way, as soon as a receipt is validated, an email notification goes out.


Hope it helps.


อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Thanks so much.  As always, you're a great help!

อวตาร
ละทิ้ง