Hello, I am creating a custom form view for odoo stock.picking module
My xml file contains the following record:
<field name="is_initial_demand_editable" invisible="True"/>
I am having two problems:
1. I am trying to prevent the clicking on the move_line tree lines from opening the form view, but it keeps opening.
2. I want to display this tree view on odoo app for android, but it keeps showing the move_line records as a kanban view, even if I didn't specify it.
How do I get these 2 points right?
Thank you!