Grouped kanban views provide the quick create feature, which allows us to generate records directly from the kanban view. The plus icon on the column will display an editable kanban card on the column, using which you can create the record. In this recipe, we will see how you can design a quick create kanban form of your choice.
Adding a quick create form in a kanban card
Getting started
For this recipe, we will be using the my_library module from the previous recipe. We will use the quick create option in kanban for the library.book.rent model.
How to do it...
Follow...