Daily updates from Odoo
Tuesday, June 15, 2021
1 change
Resolved issues and error corrections
This fix improves the layout of action buttons in Odoo notification emails when viewed in Discuss or record chatter. Users should no longer see unnecessary scrollbars inside buttons, making links to records and portal pages easier to read and use.
Original PR description
PURPOSE Currently, if user receive notification in odoo, and open it in Discuss than button is not properly visible and it contain scrollbar in button because of margin and overflow property. SPECIFICATION This PR fixes the issue by improving such templates by using proper puddings on the buttons. Task Id: 2518863