Daily updates from Odoo
Thursday, February 27, 2025
1 change
Code cleanup and technical improvements
Payroll-related time off types and work entry types have been moved into the shared community layer so localized payroll features can access them more consistently. This reduces the need for extra connector modules while preserving country-specific restrictions where needed.
Original PR description
…community To make l10n time off types and work entry types available, the data records were moved in community. As those models allow a restriction on the country those record were defined in standard to avoid multiplying bridge modules.