| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 349 |
| Technical Name |
kanban_many2many_editable |
| License | LGPL-3 |
| Website | https://github.com/rachidalassir |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 349 |
| Technical Name |
kanban_many2many_editable |
| License | LGPL-3 |
| Website | https://github.com/rachidalassir |
| Versions | 18.0 19.0 |
Quick Edit Tags & Users in Kanban
Assign tags, team members or categories directly from a Kanban card.
One click. Auto-saved. No form to open, no page reload.
The problem
In standard Odoo, adding a tag to a Kanban card means opening the full form,
finding the field, saving, and going back. Four clicks and a reload, every time.
Multiply that by 50 records and your afternoon is gone.
The fix
One click on the card
Click the tags area on any Kanban card and an autocomplete appears right there, in place.
Search & select
Type to search, pick one or more values. Keep adding without closing anything.
Auto-saved
Every selection is saved automatically. No save button, no page reload.
Zero friction
Move on to the next card immediately. Your flow is never broken.
Who it's for
Sales teams
Tag leads and opportunities while reviewing the pipeline.
Project leads
Assign team members to tasks without leaving the board.
HR & Recruitment
Add skills, departments or job tags on the fly.
Also great for
Helpdesk · Field Service · Manufacturing · Inventory · Purchase
Any Kanban view with a tag or multi-select field.
Easy to enable
Your integrator (or anyone comfortable with Odoo Studio / Developer Mode)
just sets widget="kanban_many2many_tags_inline" on a field. That's it.
<field name="tag_ids" widget="kanban_many2many_tags_inline"/>
<field name="user_ids" widget="kanban_many2many_tags_inline"/>
<field name="category_ids" widget="kanban_many2many_tags_inline"/>
What you get
- Inline autocomplete directly on any many2many 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