Saturday, October 14, 2023
4 changes · master
Enhancements to existing features
Point of Sale combo items now show more consistent component prices across orders, and self-order screens display the correct order total. The update also improves product visibility and fixes small naming issues that could hide restaurant order reminders.
Original PR description
## [FIX] pos_self_order: show correct total in order widget **BEFORE** <img width="388" alt="Screenshot 2023-10-12 at 15 49 45" src="https://github.com/odoo/odoo/assets/3245568/e7baef00-f333-4766-9d1d-b364f2d0fe11"> **AFTER** <img width="377" alt="Screenshot 2023-10-12 at 15 58 33" src="https://github.com/odoo/odoo/assets/3245568/084dee4c-50e5-42c5-909e-fb5a2c526b86">
Businesses running multiple websites can now assign and share appointment types only on the relevant website. This makes online booking more targeted for visitors and easier to manage when different sites offer different services, while also improving the appointment loading process.
Original PR description
Having multiple websites demands appointments to belong to certain ones. In this commit I introduce multi website features on appointments, such as: appointment belonging to certain website, sharing appointment on certain website, selecting certain appointments while editing/customising website. This commit also refactors appointment controllers, extra function calls have been removed. The redundant function `_fetch_available_appointments` was removed, as it served only proxy purpose, its calls have been replaced by `_fetch_and_check_private_appointment_types`. In order to avoid recomputation of `available_appointments` the computation has been placed in the root level function and then results get passed down. task-3280546
Odoo Studio’s report editor now keeps an original copy of a report view before changes are made, making it easier to compare edits and support upgrades. The editor also behaves more reliably when reports have errors, reloads saved XML correctly, and improves small interface details for a smoother editing experience.
Adds a CSV export for the Danish general ledger to help companies meet updated annual reporting requirements from Danish authorities. This makes it easier to produce accounting files in the government-specified format.
Original PR description
The Danish Tax Agency and the Danish Business Authority are launching an updated common standard chart of accounts. For the accounting act, we are now required to generate a csv file for the annual account This commit adds an export CSV from the general ledger, following the strucure from Danish government's documentation at https://erhvervsstyrelsen.dk/sites/default/files/2019-03/Vejledning%20til%20upload%20af%20CSV%20filer%20V.1.pdf task-id: 3522916