Daily updates from Odoo
Wednesday, June 19, 2024
5 changes · master
Enhancements to existing features
This update simplifies how WhatsApp discussion sidebar tests identify elements by removing an unnecessary page structure dependency. It is a minor maintenance improvement that makes tests less fragile without changing user-facing behavior.
Original PR description
The title itself is precise enough to not depend of the tag. Community PR: https://github.com/odoo/odoo/pull/169751
The Chilean electronic invoicing and electronic receipt capabilities are now consolidated into one module. This simplifies maintenance and reduces dependency issues between features that already relied on each other.
Original PR description
This commit merges the 2 modules of l10n_cl_edi with l10n_cl_edi_boletas. The functionalities of the 2 modules were merged into a single module: l10n_cl_edi. These modules l10n_cl_edi and l10n_cl_edi_boletas were developed separately in different stages. It was needed to merge them since they depend on one another. task-3214230
Web Studio now shows clearer names for selected page elements in the sidebar and deletion dialogs, making complex layouts easier to understand. The update also reorganizes internal editor logic so each view type handles structure changes more cleanly, helping future improvements be easier to maintain.
The Gantt view now includes improved controls for choosing the visible date range. This helps users quickly adjust planning timelines and review schedules at the right level of detail.
Spreadsheet users can now choose whether month and quarter options are available for fixed-period date filters. This gives businesses more control over reporting choices and helps keep filter options aligned with how teams analyze data.
Original PR description
This commit adds the possibility to disable the month or quarter granularity (or both) for fixedPeriod date filters. Task: [3887844](https://www.odoo.com/web#id=3887844&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)