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
6214 Widoki

How to add an attachment to Odoo v10 Helpdesk Ticket. There is no option to upload a file.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

It was very easy, I just added the following lines in the "Submit a ticket" webform:


<div class="col-md-3 col-sm-4 text-right">

                                    <label class="control-label" for="attachment">Archivos Adjuntos</label>

                                </div>

                                <div class="col-md-7 col-sm-8">

                                    <input type="file" class="form-control o_website_form_input" name="Ticket de Venta" multiple=""/>

                                </div>

Awatar
Odrzuć
Najlepsza odpowiedź

As well as I am concerned for uploading attachment you have to use ir.attachment model and with the help of that you can upload URL and file both

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 21
2601
2
lis 17
6889
1
lut 23
2247
2
lis 21
7697
2
sty 20
5000