Monday, July 25, 2022
4 changes · master
Resolved issues and error corrections
The appointment styling was updated to use the newer Bootstrap color contrast method. This helps keep text readable after the Bootstrap 5 migration and prevents visual inconsistencies in appointment pages.
Original PR description
This commit properly convert `color-yiq` SCSS function calls by replacing them with `color-contrast`. Reference: https://getbootstrap.com/docs/5.1/migration/#sass
This update fixes a visual flicker when viewing or editing approval types. It makes the approvals interface feel smoother and reduces distraction for users managing approval workflows.
Original PR description
taskID 2880859
Miscellaneous changes
Before this PR, importing an .OFX file from BNP failed because the account number format is not the same. This is a problem on BNP's side but it is blocking for our clients and needs to be fixed. This commit fixes this by checking that the account number corresponds to a specific part of the IBAN (for France only). Task id 2860720 X-original-commit: 09b9581 Forward-Port-Of: odoo/enterprise#29737 Forward-Port-Of: odoo/enterprise#29687
Original PR description
Before this PR, importing an .OFX file from BNP failed because the account number format is not the same. This is a problem on BNP's side but it is blocking for our clients and needs to be fixed. This commit fixes this by checking that the account number corresponds to a specific part of the IBAN (for France only). Task id 2860720 X-original-commit: 09b9581 Forward-Port-Of: odoo/enterprise#29737 Forward-Port-Of: odoo/enterprise#29687
Forward-Port-Of: odoo/enterprise#29654 Forward-Port-Of: odoo/enterprise#29584
Original PR description
Forward-Port-Of: odoo/enterprise#29654 Forward-Port-Of: odoo/enterprise#29584