Skip to Content
Menu

20.36

v 18.0 Third Party 1
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 430
Technical Name image_figure_selection_field
LicenseLGPL-3
Websitehttps://www.linkedin.com/in/neftalimich
Versions 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 430
Technical Name image_figure_selection_field
LicenseLGPL-3
Websitehttps://www.linkedin.com/in/neftalimich
Versions 17.0 18.0

Figure Selection Widget for Image Fields

Select figures on image field.

Setup

1. Create your own model with an image field and figures text field.

2. Configure their image widget field: widget="image_figure_selection_field" figures_field="figures" options="{ 'number_of_figures'= 10, 'size': [400, 400], }"

3. Create your own model that you want to implement your image figure selection.

4. Configure their widget field: widget="image_figure_selection_field" options="{ 'size': [400, 400], 'map': { 'figure1': 'figure1_selected', 'figure2': 'figure2_selected', 'figure3': 'figure3_selected', 'figure4': 'figure4_selected', 'figure5': 'figure5_selected', 'figure6': 'figure6_selected', 'figure7': 'figure7_selected', 'figure8': 'figure8_selected', 'figure9': 'figure9_selected', 'figure10': 'figure10_selected', }, }"

Edit your figures

Examples

Select Car damage
Select a teeth

Image Figure Selection Field documentation

Configuration

widget: "image_figure_selection_field" option:

'size': [400, 400], 'number_of_figures': 10, 'map':

'figure1': 'figure1_selected', 'figure2': 'figure2_selected',

*map is used to link boolean fields to specific figureId.

Changelog

[2024-11-18] - Release (1.0.0)

  • Basic functionality.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.