Tuesday, October 8, 2024
1 change · master
Resolved issues and error corrections
Odoo Studio and related apps now avoid creating outdated view rules when customizing screens. This helps keep customizations compatible with current platform standards and reduces the risk of future display or upgrade issues.
Original PR description
*= account_asset, account_consolidation, account_disallowed_expenses_fleet, account_reports_cash_basis, appointment, documents, helpdesk, l10n_ph_reports, planning, whatsapp This PR consist of two commits: 32c4dc22980c2b723e68a68e417afe3efaebe6a6 - This commit will prevent using deprecated xpath. f01b2e58841fe247d44102055413bbbcea2586e2 - This commit will change studio xpath api such that it no longer generates custom views using deprecated xpath. Specifications: `contains(@class...` => `hasclass(...` Community PR: https://github.com/odoo/odoo/pull/174139 Task - 3820162