Monday, July 21, 2025
2 changes · master
Enhancements to existing features
The sales portal no longer shows a "Payment Successful" message once the related invoice has been posted. This avoids confusing customers, especially for subscriptions where a new payment request may already be visible for the next billing period.
Original PR description
Before this commit, the payment success message was always shown on the portal, even when the related invoice had already been posted. This could cause confusion in cases like subscriptions, where the message appeared while a new payment request was also shown for the next billing period. In this commit, This improvement ensures that the "Payment Successful" message is no longer shown on the portal page once the related invoice has been posted. task-4420352 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#216301
The Chart of Accounts views now make the Active field easier to display when reviewing accounts, while moving Allow Reconciliation into hidden optional columns. This helps accounting users focus on more commonly needed account status information and keeps less-used details available when needed.
Original PR description
In this commit: - Moved the 'Allow Reconciliation' column to the optional 'Hide' section. - Added the 'Active' column to the optional 'Show' section. - Added the 'Active' column to the optional 'Hide' section in 'Chart Of Accounts' menu. task-4907725 Forward-Port-Of: odoo/odoo#216875