Thursday, August 17, 2023
5 changes · master
Resolved issues and error corrections
This change ensures the Accounting-related bank statement import feature correctly declares a required dependency. It prevents an installation error when Accounting is installed after the import component has been removed.
Original PR description
To reproduce ============= - uninstall `base_import` - install Accounting an error is raised Problem ======= `account_bank_statement_import` depends on `base_import` but it's not added in `__manifest__` Solution ======== add `base_import` opw-3417157
The India tax reporting tests were adjusted to align with updated default tax settings. This helps ensure reporting checks remain accurate after the tax configuration change.
Original PR description
see https://github.com/odoo/odoo/pull/130733 Update l10n_in_reports tests to match the accopanying change to India's default taxes in the l10n_in. task-3453997
The Manage Booking button in the restaurant appointment dropdown now lines up correctly. This improves the point-of-sale interface by making the menu look cleaner and easier to use for staff.
Original PR description
The `Manage Booking` button in the dropdown menu is not properly aligned. This commit fixes the issue. Task: 3458435
The Manage Bookings option in the restaurant POS navigation bar now lines up correctly with the other navigation items. This improves the visual consistency of the table booking workflow and makes the interface look cleaner for users.
Original PR description
before this commit, manage bookings in the pos navbar is not aligned properly with other content in the navbar. * open a session with table booking enabled * click on navbar after this commit, manage bookings will align properly with other contents in the navbar Before:  After: 
This fix ensures planning slot dates are shown as properly formatted dates instead of raw date format text. It also restores a missing localization dependency, improving date display consistency for users across languages and regions.
Original PR description
[FIX] planning: missing import and not formatted dates Before this commit: - import localization was missing in planning/static/src/js/planning_calendar_front.js - the format is diplayed instead of the formatted date for planning slots After this commit: - localization imported - moment and time were replaced by luxon and dates are well formatted X-original-commit: https://github.com/odoo/enterprise/commit/9c42c4cd8ffa1066980777cba865964471715486