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

I just want to check to use the functionality of the "work_permit_upload" widget used in the Work Permit field of hr employee form view odoo 16

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Once you upload an attachment in the corresponding field with work_permit_upload widget and save the form the attachment will be saved in the table ir.attachment with field references.

res_id= corresponding form id
res_model = "hr.employee"
res_field = "has_work_permit

Regards

Awatar
Odrzuć
Autor

Thanks For the answer. I'm grateful to you.

But yes, i know that. I have checked the code for this. I want to know the purpose of this widget.

Because this should be done by "attachment=True" attribute in binary field.
So why they don't use the attachment=True attribute and add the widget.

Does the widget has any additional functionality ??

Powiązane posty Odpowiedzi Widoki Czynność
1
maj 24
2031
2
lip 23
3905
1
cze 23
2856
1
maj 25
2433
1
kwi 25
3451