Saturday, March 22, 2025
2 changes · 18.0
Resolved issues and error corrections
This fixes a Mongolian localization tax setting so purchase VAT that is included in the price is recognized correctly. Businesses using this tax should see more accurate purchase tax handling and price calculations.
Original PR description
Description of the issue/feature this PR addresses: price_include_override corrected for account_tax_purchase_vat1 tax. Current behavior before PR: This tax indicates Purchase with TAX included in price. But current price_include_override value is "" Desired behavior after PR is merged: price_include_override would have "tax_included" value on price_include_override field. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HTML editor now handles cases where the document has no active selection, avoiding an error that could interrupt editing. This improves reliability for users working with rich text content.
Original PR description
Before this commit: this.document.getSelection() can return null and causes traceback when accessing anchorNode at preserveSelection After this commit: ensure document selection is not empty --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr