Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
6278 Tampilan

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

Avatar
Buang
Penulis Jawaban Terbai

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>

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Okt 21
2690
2
Nov 17
7030
1
Feb 23
2354
2
Nov 21
7817
2
Jan 20
5095