Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
6235 Zobrazení

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

Avatar
Zrušit
Autor Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
říj 21
2630
2
lis 17
6927
1
úno 23
2266
2
lis 21
7739
2
led 20
5036