Quick Assign in Kanban (Salesperson, Owner, Project...)
by Rachid Al Assir https://github.com/rachidalassir
Odoo
$ 15.00
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 221 |
| Technical Name |
kanban_many2one_editable |
| License | LGPL-3 |
| Website | https://github.com/rachidalassir |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 221 |
| Technical Name |
kanban_many2one_editable |
| License | LGPL-3 |
| Website | https://github.com/rachidalassir |
| Versions | 18.0 19.0 |
Quick Assign in Kanban
Change the salesperson, owner, project or partner directly from a Kanban card.
One click. Auto-saved. No form to open, no page reload.
The problem
Reassigning a salesperson on 20 opportunities means opening 20 forms.
Switching task owners during a standup means alt-tabbing between views.
Every reassignment: four clicks and a page reload.
The fix
One click on the card
Click the value on any Kanban card and an autocomplete appears right there, in place.
Search & pick
Type to filter, pick the new value from the autocomplete list.
Auto-saved
Selection is saved automatically. No save button, no reload.
Zero friction
Move on to the next card immediately. Your flow is never broken.
Who it's for
Sales managers
Reassign leads, opportunities and quotations from the pipeline.
Project leads
Change task owners or projects during daily standups.
Helpdesk & Service
Route tickets to the right agent without opening each one.
Also great for
Purchase · Inventory · Manufacturing · HR · Recruitment
Any Kanban view with a linked field (many2one).
Easy to enable
Your integrator (or anyone comfortable with Odoo Studio / Developer Mode)
just sets widget="kanban_many2one_inline" on a field. That's it.
<field name="user_id" widget="kanban_many2one_inline"/>
<field name="partner_id" widget="kanban_many2one_inline"/>
<field name="project_id" widget="kanban_many2one_inline"/>
What you get
- Inline autocomplete directly on any many2one field in Kanban
- Auto-save on every selection, with error notifications
- Respects access rights, readonly states and domains
- No page reload, no form to open
- Full domain and context support
- No dependencies beyond standard Odoo
- No database changes, no settings to configure
- Community & Enterprise compatible
Please log in to comment on this module