Currently, I'm working in odoo version 12.0.
I'm facing the issue, When I invisible sale order line Description field from Tree view at that time it also invisible the section text & Note Text.
Code for invisible sale order line Description field:
<xpath expr="//page[@name=''order_lines]//tree/field[@name='name']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
Can anyone help me to resolve this issue?
Thanks in advance.
Can you check there this is not happen due to widget assign on name field in sale order line called section_and_note_text.
Yes, I already check for that widget. But It does not happen due to that widget.