Daily updates from Odoo
Friday, March 28, 2025
2 changes
1 change
Enhancements to existing features
This update streamlines how several Odoo screens reuse and adjust existing view settings. It makes future changes easier to maintain and reduces the chance that updates in a parent screen are missed in related screens.
Original PR description
This commit uses the `|` operator introduced in odoo/odoo#198551 to simplify fields' context and options in views. This improvement increases: - readability: as it is more obvious what keys are added/modified by the XPath, and - maintainability: as previously, any modifications to the parent view needed to be applied to the child views as well to have an effect.
1 change
Enhancements to existing features
The Documents app is now included in the standard web code style checks. This helps maintain consistent quality and makes future updates easier to review and maintain, with no direct change for end users.
Original PR description
Purpose ======= We want to enforce the web style in the Documents app, therefor we enable the eslint configuration for the application.