Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 501 |
Technical Name |
genial_selection_widget |
License | AGPL-3 |
Versions |
The module is not any more supported
Example of use
model_id = fields.Many2one('ir.model', string='Model') model_name = fields.Char(related='model_id.model') choice = fields.Integer(string=_('My choice'))
<field name="model_id"/> <field name="model_name" readonly="1"/> <field name="choice" widget="genialSelection"/>
Please log in to comment on this module