Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
6237 Weergaven

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

Avatar
Annuleer
Auteur Beste antwoord

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
okt. 21
2631
2
nov. 17
6933
1
feb. 23
2267
2
nov. 21
7740
2
jan. 20
5043