Hi , I am odoo newer.
I have a module inherit "sale.order" module and add a field "x_studio_delivery_note" that show on sale.order tree view.
But when I use another module to inherit the view of "sale.order", I want to get the locate of "x_studio_delivery_note" and disable that field in the tree view.
I get this error:
odoo.tools.convert.ParseError: "Element '' cannot be located in parent view
here is my code :
Please help me.Thanks!