Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 182 |
Technical Name |
generic_m2o |
License | LGPL-3 |
Website | https://crnd.pro |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 |
Generic M2O Widget
Make it easy to choose rignt records on generic many2one fields. For example some where user can separately select name of model, and choose ID of record for selected model. With this widget such case as simple as usual many2one fields.
Usage
Python fields declaration:
model = fields.Char(string='Model') # ex. 'res.partner' object_id = fields.Integer("Resource") # ex. 42
XML fields declaration:
<field name="model" invisible="1" /> <field name="object_id" widget="generic_m2o" model_field="model" />
This module is part of the Bureaucrat ITSM project. You can try it by the references below.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Launch your own ITSM system in 60 seconds:
Create your own Bureaucrat ITSM database
Maintainer

Our web site: https://crnd.pro
This module is maintained by the Center of Research & Development company.
We can provide you further Odoo Support, Odoo implementation, Odoo customization, Odoo 3rd Party development and integration software, consulting services. Our main goal is to provide the best quality product for you.
For any questions contact us.
Please log in to comment on this module