Monday, January 8, 2024
3 changes
2 changes
Enhancements to existing features
Country-specific payroll packages will now be selected automatically based on the company’s country. This reduces manual setup work and helps businesses activate the correct payroll rules more easily.
Amazon replacement orders that arrive without a currency can now use the currency from the original order they replace. This prevents order import issues in Odoo while keeping replacement orders correctly linked to the customer’s prior transaction.
Original PR description
Amazon replacement orders have no currency (and a zero amount). This is problematic because all Odoo orders have pricelists and all pricelists require a currency. However, Amazon stores a reference to the replaced order, so we can use the replaced order's currency as the replacement order's currency. task-2822426
1 change
Enhancements to existing features
When users insert embedded views into knowledge articles, the system now automatically switches to full-width display mode. This makes embedded content larger and easier to work with, improving the user experience when viewing and interacting with embedded data within articles.
Original PR description
This commit changes the behavior of inserting any embedded view inside of a knowledge article: when inserted we switch the view to full_width. This way it is easier to work with embedded views as they are bigger and easier to see. task-3604828