Thursday, September 11, 2025
6 changes · master
Enhancements to existing features
Kitchen display screens now show stage names only when viewing all stages, reducing repeated information on individual stage views. Pending course cards now use a warning-style label, making it easier for staff to spot items that still need attention.
Original PR description
Before this commit: - Stage names were visible even when the selected stage matched the order’s stage. - Preparation cards for pending courses displayed `Pending` as a normal label. After this commit: - Stage names are now visible only when the `All` stage is selected. - Pending course preparation cards now display `Pending` as a warning label. Related: - Community: https://github.com/odoo/odoo/pull/223568 task-4985324
The point of sale now remembers the customer display selected on a mobile device and opens it automatically the next time the PoS is launched. This saves staff from manually choosing the same display each session and helps speed up store setup.
Original PR description
- Save the selected display in cookie - Open the selected display automatically when open the PoS
The stock operations dashboard has been updated with new features to improve visibility into inventory and operational performance. This helps business users monitor stock-related activity more effectively and make better-informed decisions.
Original PR description
Update the dashboard with new features. Task: 4851982
Adds US-specific profit and loss and balance sheet reports so companies can view financial statements in the format expected under US GAAP rather than generic IFRS-style reports. Related reporting tests were adjusted to keep automated checks focused on the intended report variants.
Original PR description
The generic reports are based on International Financial Reporting Standards (IFRS) whereas the US expects reports based on Generally Accepted Accounting Principles (GAAP). This also includes some changes to the account_reports tests to avoid _init_options_variants() from automatically picking these new reports in the tour tests. task-5068369
The Taiwanese Profit & Loss and Balance Sheet report layouts have been updated to match recent changes in the local chart of accounts. This helps businesses in Taiwan generate financial statements that better align with current accounting structures and reporting expectations.
Original PR description
This commit updates the Profit & Loss and Balance Sheet report definitions to reflect the changes in the Taiwanese chart of accounts. [Task-4915057](https://www.odoo.com/odoo/my-tasks/4915057)
Restaurants using UrbanPiper can now set minimum and maximum quantities for product attributes, such as required or capped add-ons. This helps keep online orders aligned with menu rules and reduces incorrect customer selections.
Original PR description
### In this commit: - Added support for setting minimum and maximum quantity limits on attributes. task: 4961323