Daily updates from Odoo
Thursday, October 24, 2019
1 change
Documentation and clarification updates
This documentation update explains that module license entries must use one of Odoo's accepted values and lists those options. It helps teams avoid mistakes when preparing module metadata, with no change to product behavior.
Original PR description
Pulled list directly from https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/models/ir_module.py#L278 ## Description of the issue/feature this PR addresses: The documentation for `__manifest__.py` does not make it clear that the value of `license` must be one value from a set list of values, and not just any string. In addition, the docs for this does not list the actual values. ## Current behavior before PR: No Odoo product behavior changes ## Desired behavior after PR is merged: No Odoo product behavior changes -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr * See #39270 for my signature addition