Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Sort Kanban by Drag'n Drop like in TreeView

by
dominique.k
- 18/11/2020 10:27:31
Hi Peter,

interesting, we actually have a very similar case for quality control. 
Users can take a lot of pictures, but would select few to print in a quality report. We did this entirely in odoo enterprise, using the document module.
 - Images to be printed are manually dragged into a specific workspace, and the qweb report will print only images in this workspace.

Cheers,
Dominique


On Wed, 18 Nov 2020 at 17:02, Peter Hahn <peter.hahn@initos.com> wrote:
Dear Contributors,

I have a simple Kanban view without columns (see attached screenshot)
I know you can sort items based of field values (e.g. `sequence` field)
using `default_order` attribute for `kanban` tag.

I was wondering if there is a possiblity to change order dynamically
using drag'n drop of items like in tree view.

Background: Users may add as much images as they like to the model, but
only some of them are used for reports and exports. I would like to
allow them easily to choose which ones, by allowing them to prioritize
order and only use the Nth first ones.

Thanks, Peter

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference