Compare commits

..

1 Commits

Author SHA1 Message Date
Amélie Dieudonné
f0548c755b [IMP] documentation: update many2many_binary widget
The widget now also display an image preview for the files of MIME type "image".
A new option 'reverse_order' has been added to visually reverse the files order.
2024-11-19 13:29:25 +01:00

View File

@@ -1200,7 +1200,9 @@ Many2many (`many2many`)
- `unlink`: domain determining whether records can be removed from the relation (default: `true`).
Many2many Binary File (`many2many_binary`)
This widget helps the user to upload or delete one or more files at the same time. An image preview is available for files with the MIME type "image".
This widget helps the user to upload or delete one or more files at the same time.
An image preview is available for files with the MIME type "image".
Note that this widget is specific to the model `ir.attachment`.