Daily updates from Odoo
Monday, February 16, 2026
2 changes · master
New functionality added to Odoo
This update ensures Odoo Enterprise complies with new Polish tax reporting requirements mandated by the KAS. Starting in 2025, businesses will need to generate specific electronic reports, and this change enables the creation of the required JPK KR PD file to avoid potential tax penalties and ensure continued legal use of the software.
Original PR description
Ensure compliance with the new electronic reporting obligations imposed by the Polish National Revenue Administration (KAS). This takes effect starting in 2025 for large enterprises, followed by SMEs with a one-year delay. Local software providers (such as Comarch or InsERT) will natively integrate this standard; failing to do so would expose users to severe tax penalties, rendering the software de facto unusable for legal accounting in Poland Enable the generation of the JPK_KR_PD file in the strict XML format mandated by the Polish Ministry of Finance. task-5163281 Forward-Port-Of: odoo/enterprise#100345
Resolved issues and error corrections
This update corrects a recent change that exposed sensitive time-off type information to all users within the time-off overview. The change has been reverted to ensure employee time-off types remain private, maintaining data security and confidentiality.
Original PR description
This commit reverts back the change done to gantt color of time-off overview to be based on time off type instead of employee, which made private information (time off type) available to everyone. Task: 586835