Tuesday, June 23, 2026
3 changes · master
New functionality added to Odoo
This adds a repository setting that lets GitHub and developer tools skip purely mechanical formatting commits when showing file history. It helps teams keep ownership and change history easier to understand after large automated cleanups.
Original PR description
One of the blockers for mass reformatting is that it fucks up blames severely, which makes blame-diving very inconvenient.
As it turns out git has had a feature for that since 2019 (although that got a big boost in 2025): `blame` can be told to ignore specific revisions, so they're skipped during blame. And even better, [it (supposedly) is supported by github][ghblameignorerevs].
These commits *should* only contain fool-proof mechanical transformations (e.g. reformatting), of course that's not what sales did but...
[ghblameignorerevs]:
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-and-understanding-files#ignore-commits-in-the-blame-viewFour new base work entry types were added so Belgian payroll localization can use and extend them. This supports more accurate handling of Belgium-specific leave and work entry categories in HR processes.
Original PR description
Introduce four new base work entry types (LEAVE1742, LEAVE1849, LEAVE014, LEAVE2048) to be extended by the Belgium localization. Task: 6275946 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds a standard file to the Odoo repository that helps with version control and blame tracking. It mirrors the configuration used in the main Odoo repository, improving consistency and streamlining the development process. This is an internal update with no direct impact on users.
Original PR description
Currently an empty placeholder, but mirrors odoo/odoo