How can I setup an email to be automatically sent to the necessary approver when a purchase order approval limit is exceeded?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Hi,
There are ways to set up an automatic email notification for exceeding purchase order approval limits in Odoo:
Using Workflows:
Configure the Workflow:
Go to Settings > Automation > Workflows.
Create a new workflow or edit an existing one for purchase orders.
Add
a "Check Condition" node that checks if the purchase order amount
exceeds the approval limit. You can access the relevant fields like
order amount using Odoo expression syntax.
If the condition is met, add a "Send Email" node.
Configure
the email recipient. You can use dynamic recipients depending on the
approver hierarchy or specific roles using expressions.
Enter the email subject and body. You can use placeholders like {{object.name}} or {{object.amount}} to dynamically include relevant information from the purchase order.
Save and activate the workflow.
Hope it helps
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire