Hello, I am trying to create a custom form view to stock.picking module. The view have the following structure:
...tree content...
I can load the view correctly on desktop, but when I try to do so on the odoo app, odoo uses a kanban view instead of the tree view I defined for the "move_lines" field.
Is there a way I can prevent odoo from loading the kanban view and make it load the tree view I defined instead?
Thank you!