Tuesday, March 19, 2024
3 changes · master
Resolved issues and error corrections
New employee and internal user records now receive a generated avatar based on their name when no image is provided during creation. This keeps profiles visually consistent and avoids blank images in employee and user-related workflows.
Original PR description
Ensure an avatar is generated based on the employee/user name if no image is provided at the record creation (for internal users only). Taskid: 3637523 X-original-commit: 9d11d2087378e1a56333e11daa18e6dc1b8c655e
This fixes the French Intrastat module so it relies on the correct French accounting module. It prevents installation or setup issues caused by pointing to an outdated dependency after recent localization changes.
Original PR description
This commit https://github.com/odoo/enterprise/commit/dbc8be11dacb24cd431d87936dff71d8d7c73e45, merged very recently in master (17.2), added a wrong dependency. l10n_fr is no longer the module that handles the accounting of the French localization, this role now belongs to l10n_fr_account.
The US payroll module no longer requires an accounting localization module that is not needed for core HR payroll use. This prevents upgrade problems for customers who use HR payroll without the related accounting module installed.
Original PR description
Fix the dependencies of the module by removing the one with l10n_us. Base hr modules should not depend on account modules, and it causes issues during upgrades if the hr module is installed in 17.1 without the account module.