Daily updates from Odoo
Thursday, July 2, 2026
1 change
Documentation and clarification updates
This update fixes the license metadata for several community modules so they are marked with the correct LGPL-3 license instead of an enterprise license. It helps ensure the modules are labeled consistently and accurately for legal and distribution purposes.
Original PR description
Before this commit, the license set on manifest of some modules uses the enterprise license instead of `LGPL-3` license since it is a community module. This commit changes the license to set `LGPL-3`. Fixes #205134