Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
6246 Vizualizări

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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>

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
oct. 21
2637
2
nov. 17
6965
1
feb. 23
2285
2
nov. 21
7762
2
ian. 20
5065