Monday, May 16, 2022
1 change · master
Enhancements to existing features
This update replaces masculine wording with gender-neutral language in several Odoo modules, including text that may be visible to users. The change supports a more inclusive product experience and helps ensure shared code and demo data avoid reinforcing gender assumptions.
Original PR description
Purpose ======== Change all masculine nouns in Odoo's code to neutral nouns (when possible), making sure that demo data is correctly handled. This is particularly important since our code is open source, and nowadays lots of machine learning models are trained on open source repositories. With this small change we contribute to training more "fair" models, and teaching models that "employee" or "user" != "he". This also affects some text visible by the user, hence making it more inclusive for Odoo users. Task-2853046