Tuesday, September 17, 2024
3 changes · master
New functionality added to Odoo
Customers can now choose in-store pickup locations, view store stock on product pages, and use an improved checkout flow that starts with delivery details. This makes Click & Collect easier to configure for businesses with multiple stores and more convenient for shoppers.
Original PR description
Main changes: - Allow assigning multiple stores (`stock.warehouse`) to in-store pickup delivery methods. - Show the in-store stock of products on their product page and allow selecting the pickup location from there. - On the checkout page, ask for the delivery address before the billing address and allow the delivery address to be used as the billing address. - Find the coordinates of the stores to correctly display them on the location selector. - Rename the module `website_sale_picking` to `website_sale_collect` to better reflect its purpose. task-3626274 See also: - https://github.com/odoo/enterprise/pull/69803 - https://github.com/odoo/upgrade/pull/6492
Adds a new loan management app to track company loans, generate amortization schedules, and automate related accounting entries. Also introduces asset groups so assets can be organized and reported by shared business properties.
Original PR description
Seem commits
Adds Wage Protection System reporting for Saudi Arabia payroll so companies can prepare required salary payment files and related payroll data more easily. This helps Saudi employers comply with local payroll reporting expectations and reduces manual work during payroll runs.
Original PR description
Adding WPS report to KSA payroll. Task ID 3326587