跳至内容
菜单
此问题已终结
2 回复
271 查看

Hi @ all,

there is a form connected to model (hr.applicant). When the form is submitted it seems some automation is running. But I can't find where this is defined?

Any help

形象
丢弃

Can you please specify "some automation"? Is it a website form you're talking about?

编写者

Yes it's the default website form from the "Recruitment Application" of odoo.
So when the form is submitted a email is sent, and from the models a "candiate-model" is created. 

Looking at the hr.applicant ("where the form is going to") the is the candiate id mandatory (relation) but I cant see where the candidate (relation) is created

最佳答案

Hi,

Enable developer mode

Steps:

1. Settings -> Technical ->Automations- >Automation Rules




Model: Applicant

If you want to trigger the automation at the time of submission (creation), you need to set the trigger to "On Create".Then you can add an action by clicking the "Add an Action" button.


For more details, please refer to the following links:

1. https://www.odoo.com/documentation/18.0/applications/studio/automated_actions.html

2. https://www.cybrosys.com/blog/automated-actions-automation-in-the-odoo-16-erp

3. https://www.cybrosys.com/blog/automated-actions-in-odoo-17

4. https://www.youtube.com/watch?v=R23ygFQrhmw

5. https://www.cybrosys.com/blog/how-to-configure-automated-actions-in-odoo-18


Hope it helps.



形象
丢弃
最佳答案

In your hr.applicant kanban stages, there is a mail template defined. This mail will be sent on stage change of an applicant.

Other custom automations can be found in

Settings -> Technical (requires Developer Mode) -> Automation Rules

形象
丢弃