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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Oct 21
|
1572 | ||
|
2
Nov 17
|
5556 | ||
|
1
Feb 23
|
954 | ||
|
2
Nov 21
|
5922 | ||
|
2
Jan 20
|
3601 |