Daily updates from Odoo
Thursday, December 18, 2025
2 changes · master
Features or functions removed from Odoo
This update removes a section related to GSTR reporting that is no longer required by Indonesian regulations. The change simplifies the report generation process and aligns with current tax requirements. This ensures Odoo Enterprise remains compliant.
Original PR description
Since the `purchase_b2c_regular` GSTR section is no longer required, this commit updates the related domain logic and removes the corresponding report lines.
Related PR: https://github.com/odoo/odoo/pull/236241
https://github.com/odoo/upgrade/pull/8933
Forward-Port-Of: odoo/enterprise#99777This pull request streamlines the appointment scheduling interface by removing redundant features and improving the user experience. Specifically, unnecessary syncing logic and a confusing alert message related to calendar integration have been removed, simplifying the appointment booking process. The changes focus on a cleaner, more intuitive interface.
Original PR description
*= appointment_microsoft_calendar, appointment_google_calendar, appointment_google_reserve --- #### Commit 1 Removes unused widget `appointment_type_sync_duration`. --- #### Commit 2 This commit…
*= appointment_microsoft_calendar, appointment_google_calendar, appointment_google_reserve --- #### Commit 1 Removes unused widget `appointment_type_sync_duration`. --- #### Commit 2 This commit mainly tweaks some UI/UX elements like changing strings, list view, show some options only in debug mode, etc. --- #### Commit 3 Removes Google & Microsoft Calendar syncing from the Appointment Type form view, as we can already do that from Calendar app. We also remove the alert message when google meet is selected in the `event_location_source` and at least one of the staff users has not its calendar synced. Indeed, the connector buttons are not there anymore to handle the issue, and not much can be done when that user is not the logged one. Therefore, we instead add a comment in the helper of `event_location_source` to indicate that when choosing google_meet, links won't be added if google calendar is not synced. --- COM PR: https://github.com/odoo/odoo/pull/235190 UPG PR: https://github.com/odoo/upgrade/pull/8829 Task-5170642