콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
6456 화면

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

아바타
취소
작성자 베스트 답변

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>

아바타
취소
베스트 답변

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

아바타
취소
관련 게시물 답글 화면 활동
0
10월 21
2903
2
11월 17
7247
1
2월 23
2591
2
11월 21
8118
2
1월 20
5260