Kanban Drag Drop Control
by CLuedoo https://www.cluedoo.com/shop/lic-clu-set-ssc-0018-kanban-drag-drop-control-5769$ 99.12
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 152 |
Technical Name |
fal_kanban_draggable |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-ssc-0018-kanban-drag-drop-control-5769 |
Versions | 18.0 19.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 152 |
Technical Name |
fal_kanban_draggable |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-ssc-0018-kanban-drag-drop-control-5769 |
Versions | 18.0 19.0 |
KANBAN DRAG DROP CONTROL
by CLuedoo
STORY BEHIND THE FEATURES
ODOO BEHAVIOR
In the Kanban View, Odoo does not offer precise control over the "Drag & drop" action. Sometimes, you may not want to allow your employees to drag and drop between columns as this may result in unexpected results. For example, if an end-user groups products by category, he/she can change the category of a product by mistake just by dragging/dropping it to the wrong one.
CLUEDOO BEHAVIOR
This module adds extra attributes to the Kanban View in order to precisely control the allowed actions. You can specify if dragging columns is enabled or not. You can disable/enable dragging cards (records) between columns and you can completely disable sorting and dragging.
MODULE +
CLUEDOO RECOMMENDATIONS
Install on 100% of the database.
HOW TO USE THIS MODULE
1
On Setting → active developer mode, and we go to apps that have kanban view. In this example, we go to CRM apps. In Odoo Standard we can drag and drop Kanban cards
. In this section, we make restrictions in Kanban View.
to disable drag drop record between columns add this code in
View: Kanban
:
disable_drag_drop_record="true"
into the
tag.
To disable drag-drop and sorting records add :
disable_sort_record="true"
into the
tag.
To disable sorting columns add :
disable_sort_column="true"
into the
tag.
2
Example:
disable_sort_column="True" disable_sort_record="True" disable_drag_drop_record="True"
Result: We can not drag and drop Kanban view
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module