Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3178 Widoki

Hello,

I want to modify the hr_recruitment module and add a button to the hr_recruitment.hr_applicant_view_form form that, when pressed, will transfer the stage to the next state (Inital qualification -> First interview-> ... -> Contract signed)

I saw how, when a button is pressed, a transition occurs inside Quotation. It uses Selection, but there is no selection in recruitment.
And if possible, please tell me how you can hide the button in this form after clicking

Thanks
Awatar
Odrzuć
Najlepsza odpowiedź

This module may help you 2dx_hr_recruitment, you can check on apps store.

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Actually, the recruitment contains a stage, and that stage used as a many2one field that is the stage contains in the model hr.recruitment.stage based on this model it will pass in the data file

for eg: you can add your own stages in the data file like


           


               


           


           


       


       


            Received Application


            1


       

this is for already available stage changing, if you need to add extra stages you can follow the below code

>
            Stage Name
            5
            Falsefield>
       

you can add this way in the data file

after adding each stage you can add the button base don the stages


               

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
kwi 25
1529
0
maj 24
1573
0
mar 24
1666
2
lis 22
3493
2
cze 24
3973