コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6276 ビュー

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
2686
2
11月 17
7027
1
2月 23
2342
2
11月 21
7805
2
1月 20
5089