Sunday, May 25, 2025
3 changes · saas-18.3
Miscellaneous changes
Before this commit, when a message has at least 1 reaction, using the quick reaction button in mobile displayed the emoji picker that shared the viewport of message list. This makes it hardly practical. This happens because the `useEmojiPicker()` in message reactions provide a ref, and this ref in mobile is used as a target to mount the emoji picker. This feature is useful for discuss composer to place emoji picker nicely under the composer input. In desktop the ref is used for click targe
Original PR description
Before this commit, when a message has at least 1 reaction, using the quick reaction button in mobile displayed the emoji picker that shared the viewport of message list. This makes it hardly…
Before this commit, when a message has at least 1 reaction, using the quick reaction button in mobile displayed the emoji picker that shared the viewport of message list. This makes it hardly practical. This happens because the `useEmojiPicker()` in message reactions provide a ref, and this ref in mobile is used as a target to mount the emoji picker. This feature is useful for discuss composer to place emoji picker nicely under the composer input. In desktop the ref is used for click target of popover. In practice the passing of ref in mobile is niche use-case: most of the time it should open in bottom screen as a dialog in a similar fashion as popover. This commit fixes the issue by making 1st param of `useEmojiPicker` only act as the toggler part . In mobile to provide the container of emoji picker, one need to call `open(ref)` explicitly. Task-4800688 From click there:  Before  After  Forward-Port-Of: odoo/odoo#211372 Forward-Port-Of: odoo/odoo#210802
Improve both chart templates by reworking them to better follow the ASBE and ASSBE account lists. task-3386893 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#211475 Forward-Port-Of: odoo/odoo#194765
Original PR description
Improve both chart templates by reworking them to better follow the ASBE and ASSBE account lists. task-3386893 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#211475 Forward-Port-Of: odoo/odoo#194765
Add BS and P&L for the chinese localisation, both are added for ASBE and ASSBE. task-3386893 Forward-Port-Of: odoo/enterprise#86297 Forward-Port-Of: odoo/enterprise#77615
Original PR description
Add BS and P&L for the chinese localisation, both are added for ASBE and ASSBE. task-3386893 Forward-Port-Of: odoo/enterprise#86297 Forward-Port-Of: odoo/enterprise#77615