Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 333 Bytes

File metadata and controls

19 lines (12 loc) · 333 Bytes

web_widget_many2many_binary_thumbnail

Demo: https://i.imgur.com/EdtouGl.gifv

Example usage:

  • Install module web_widget_many2many_binary_thumbnail

  • At python model:

attachment_ids = field.Many2many('ir.attachment')
  • Form Views:
<field name="attachment_ids" widget="many2many_binary_thumbnail"/>