Monday, July 26, 2021
2 changes · master
Documentation and clarification updates
This update adds clear license information to many Odoo module manifests so the legal status is explicit rather than assumed. It helps avoid future warnings and improves compliance clarity without changing how users work with the product.
Original PR description
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes license information explicit across many enterprise app manifests. It helps avoid future system warnings and gives clearer legal/compliance information without changing day-to-day functionality.
Original PR description
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3.