Hello,
Odoo V17 removed attrs in QWeb views, where is documented this kind of breaking changes ? We have to look in Git commits ?
Also I see for readonly and invisible attributes :
Odoo 15 :
field name="warehouse_id" readonly="(['production_ids', '!=', []])" force_save="1"/
Odoo 17 :
field name="warehouse_id" readonly="production_ids" force_save="1"/
Edit : editor removing code in codeblock :(
Further informations :