Thursday, June 6, 2024
2 changes · 17.0
Enhancements to existing features
Point of Sale X and Z reports now list each product under only one category when the product belongs to multiple categories. This prevents duplicate category appearances and makes sales reports easier to read and reconcile.
Original PR description
Before this commit, when a product had multiple categories, it was shown in all its categories in the x/z reports. This commit changes the feature so that the product is only shown in one category (first in sequence). task-id: 3973199 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The spreadsheet balance formula help text now explains that users can enter several account codes by separating them with commas. This makes the feature easier to understand and helps users build account-based reports more confidently.
Original PR description
Description of the issue/feature this PR addresses: - Updated the `account_codes` helper message in the `ODOO.BALANCE` function to explicitly mention users can add multiple account codes separated by commas. TaskID: 3620651 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr