I can't manage to disallow product creation from sale's order.
Once i'm typing something that is not in my catalogue, Odoo keeps the option to create it on the fly, even if I disallowed create and edit from attributes as following.
{'no_create': True, 'no_edit': True, 'no_create_edit':True}
Any one has the tips for Odoo 16 since this methods seems to not work ?
Thanks !