تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
27718 أدوات العرض

Hi, I want to know how can I choose many file in my PC to my application, like the field binary but I don't want one file, I would like to add many file. Thank you for answer...

الصورة الرمزية
إهمال

I think we can't save multiple file in single field. So use 2 classes with one2many relation. In child class we add binary field for multiple file should be chosen.

أفضل إجابة

You can see it on message module:

<field name="attachment_ids" widget="many2many_binary"/>

You can find it here: /mail/wizard/mail_compose_message_view.xml

It handles that with qweb, but it's a little bit complex.

Anyways you can look this as an example to do this.

الصورة الرمزية
إهمال
الكاتب

Ok thanks Grover, it's run

Did you made it run? Awesome, i'll try later

الكاتب أفضل إجابة

I put this inmy class.py 'attachment_ids': fields.many2many('ir.attachment', 'class_ir_attachments_rel', 'class_id', 'attachment_id', 'Attachments'), and this in my class_view.xml <field name="attachment_ids" widget="many2many_binary"/>

الصورة الرمزية
إهمال

Thank you @ Malle.

+1

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يوليو 18
4547
6
ديسمبر 23
17873
1
يونيو 23
3292
5
يناير 23
16504
2
فبراير 20
14825