Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 95 |
Technical Name |
many2one_view_shortcut |
License | LGPL-3 |
Website | https://github.com/shahid-0 |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 95 |
Technical Name |
many2one_view_shortcut |
License | LGPL-3 |
Website | https://github.com/shahid-0 |
Versions | 17.0 18.0 |
Odoo Module: Enhanced Many2One Field
Add extra actions to Many2One fields with two useful buttons: one to open in a wizard, another to open in a new tab.
🔍 Overview
This custom Odoo module enhances the default many2one
field by adding two additional buttons:
- Wizard View Button: Opens the related record in a modal wizard window.
- New Tab Button: Opens the related record in a new browser tab.
✨ Features
- Non-intrusive integration with existing many2one fields
- Maintains standard Odoo behavior
- Improves user efficiency with quick access options
🚀 Usage
Once installed, any many2one
field with this enhancement will show two extra icons next to the field:
- 🧩 Wizard Icon: Opens the selected record in a modal (popup).
- 🌐 New Tab Icon: Opens the record in a new browser tab.
These icons appear next to the field only if a value is selected.
🖼️ Screenshot
Here’s how it looks in the form view:

Please log in to comment on this module