Thursday, September 11, 2025
5 changes · master
Enhancements to existing features
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