Odoo Help
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
|
etc.
Refreshing one2many after file upload
Cheers!
I've created a One2many field to connect a product to its attachments and show them inside the product form.
image_ids = fields.One2many('ir.attachment', 'product_tmpl_id', string='Files')
However, the form field does not get refreshed when the attachments are saved. I can see attachments in the drop down list but, unless I reload the whole page, I won't be able to see them in the form.
I've tried a few combinations, namely the way the one2many is created but nothing worked so, I guess I'm stuck with JavaScript which, unfortunately, I do not... ehem... understand that much.
Does anyone know how could the Javascript (if possible at all), affect the One2many field so that attaching a file would also refresh the form?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 11/4/16, 2:54 AM |
Seen: 676 times |
Last updated: 11/4/16, 2:54 AM |