technical-training-solutions icon indicating copy to clipboard operation
technical-training-solutions copied to clipboard

Migrate Views to Odoo 17 Syntax

Open yousseftarhri opened this issue 1 year ago • 0 comments

This PR updates the XML views in the estate module to comply with Odoo 17's new syntax requirements for declarative attributes. The following changes were made:

  • Replaced deprecated attrs attributes with declarative properties like readonly, and invisible.
  • Updated states attributes on buttons with the new invisible attribute and Python-like conditional expressions.

yousseftarhri avatar Jan 09 '25 17:01 yousseftarhri