I'm currently using Odoo Online (SaaS) version 18.2+e (Enterprise Edition) and I'm trying to hide the internal reference (Product Code / default_code) from the Product field in Sale Order Lines.
I've successfully achieved this in Invoice Lines , Delivery Order Lines by using the context key:
'display_default_code': False
Is there a reliable way to remove or hide the internal reference from the product display in Sale Order Lines, like it works in other document lines?
Thanks in advance!