Saturday, October 12, 2024
4 changes · master
Miscellaneous changes
The JavaScript definition of the model mail.test.simple.main.attachment was removed from the test_mail_enterprise module. It was move to the test_mail module because it's python definition already lies there, and because it was needed in the attachment_view test. task-4032316 Forward-Port-Of: odoo/enterprise#70066
Original PR description
The JavaScript definition of the model mail.test.simple.main.attachment was removed from the test_mail_enterprise module. It was move to the test_mail module because it's python definition already lies there, and because it was needed in the attachment_view test. task-4032316 Forward-Port-Of: odoo/enterprise#70066
The popover was set to bg-100 during darkmode redesign but it creates more issue than having it at 300. The initial issue was the button light behavior inside popover, but setting it to 100 doesn't solve the button light and breaks the elevation. Steps to reproduce (any popover): - Apply the Dark Mode - Go in CRM app - Open a lead - Clic the cog in the control panel next to the breadcrumb - Select "Add Properties" (it opens the popover) task-3593302 Forward-Port-Of: odoo/enterpris
Original PR description
The popover was set to bg-100 during darkmode redesign but it creates more issue than having it at 300. The initial issue was the button light behavior inside popover, but setting it to 100 doesn't solve the button light and breaks the elevation. Steps to reproduce (any popover): - Apply the Dark Mode - Go in CRM app - Open a lead - Clic the cog in the control panel next to the breadcrumb - Select "Add Properties" (it opens the popover) task-3593302 Forward-Port-Of: odoo/enterprise#51664
Forward-Port-Of: odoo/enterprise#70592
Original PR description
Forward-Port-Of: odoo/enterprise#70592
In this PR: - Simplified tax detail retrieval using Odoo ORM instead of complex SQL queries. - Directly mapped tax amounts from tax lines to improve accuracy. - Enhanced handling of journal items with 0% tax or no tax. Task ID: 4032825 Forward-Port-Of: odoo/enterprise#71735 Forward-Port-Of: odoo/enterprise#65983
Original PR description
In this PR: - Simplified tax detail retrieval using Odoo ORM instead of complex SQL queries. - Directly mapped tax amounts from tax lines to improve accuracy. - Enhanced handling of journal items with 0% tax or no tax. Task ID: 4032825 Forward-Port-Of: odoo/enterprise#71735 Forward-Port-Of: odoo/enterprise#65983