technical-training-solutions
technical-training-solutions copied to clipboard
Migrate Views to Odoo 17 Syntax
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.