Sunday, November 9, 2025
2 changes · master
Resolved issues and error corrections
Romanian accounting accounts for customer advance payments are now classified as current liabilities instead of current assets. This ensures customer down payments are handled correctly on invoices and reflected more accurately in financial reporting.
Original PR description
Before this PR: - Accounts 419000, 419100, and 419200 were set as Current Assets, even though they represent customer advances (liabilities). After this PR: - These accounts are reclassified as Current Liabilities, allowing them to be properly used as downpayment accounts on customer invoices. Task-5188142 Forward-Port-Of: odoo/odoo#233572
The default avatar for group chats in Discuss now appears as a square instead of a circle. This aligns it with the rest of the conversation list, creating a more consistent and polished user experience.
Original PR description
Was circle but UI shows discuss conversations as square most of the time. This commit makes it square like channel avatars for consistency. Before <img width="648" height="176" alt="Screenshot 2025-11-06 at 16 01 33" src="https://github.com/user-attachments/assets/d07d4ecc-d053-4bbd-ab69-2bc58c99ab06" /> After <img width="674" height="185" alt="Screenshot 2025-11-06 at 15 57 58" src="https://github.com/user-attachments/assets/620b79d4-48b9-4b62-b04d-88270f3d6ffd" /> Forward-Port-Of: odoo/odoo#235057