Monday, February 19, 2024
3 changes · master
Enhancements to existing features
Odoo can now synchronize currency exchange rates using the Bank of Thailand's official API. This helps businesses working with Thai baht use a local trusted source, with rates pulled from the previous day because current-day rates are not provided.
Original PR description
Adds the possibility to synchronize exchange rates using the API provided by the Bank Of Thailand (BOT). Rates are synchronized using yesterday as a date, as they do not provide rates for the current day. Task id # 3724438
Administrators can now grant selected users permission to apply inventory adjustments without making them full administrators. This makes stock operations easier to delegate while keeping broader administrative rights restricted.
Original PR description
Before this commit ================== You need to be an admin to have the right to apply inventory adjustments. After this commit ================= Added a new security group named `group_stock_user_apply`. The admin can give access to any user by applying this group user will have access right to do inventory adjustments. Community PR: https://github.com/odoo/odoo/pull/149149 TaskId: 3651040
Barcode inventory workflows now handle demands below one unit more accurately, making it easier for users to fill requested quantities with the plus button. Source and destination locations are also shown consistently, improving clarity during warehouse operations.