This module add a new widget to add an image on the left of a relation field. It like the many2one_avatar widget. When adding the widget to a field, you can specify the image field to use (default is image_128).
Example:
<field name="track_id" widget="many2one_image" options="{'image_field': 'image_256'}"/>
Contributing:
If you're interested in contributing, please visit the GitHub repository @ github.com/VictorHachard/odoo-modules
Issue:
If you encounter any issues, please visit the GitHub repository issue section @ github.com/VictorHachard/odoo-modules/issues
Please log in to comment on this module