Monday, February 19, 2024
5 changes
3 changes
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.
2 changes
Enhancements to existing features
This update improves the Swiss payroll module with corrections to field names and better alignment of data display columns. These changes enhance the accuracy and usability of payroll processing for Swiss operations, making the system more reliable and easier to use.
Original PR description
Several improvements and issues correction on switzerland payroll : name correction, column alignment task : 3644541
The contract management system now provides more flexible filtering options for contract start and end dates. Users can now filter by month, quarter, or year in addition to the previous options, making it easier to find and organize contracts by time period.
Original PR description
This will add options for month, quarters and year selection to the start and end dates filters. Task: 3725209 Forward-Port-Of: odoo/odoo#152905