How to add an attachment to Odoo v10 Helpdesk Ticket. There is no option to upload a file.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
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
أكتوبر 21
|
2675 | ||
|
2
نوفمبر 17
|
6987 | ||
|
1
فبراير 23
|
2324 | ||
|
2
نوفمبر 21
|
7791 | ||
|
2
يناير 20
|
5080 |