Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

New check for the development_status manifest key

by
Acsone SA/NV, Stéphane Bidoul
- 04/11/2020 09:07:57
Dear contributors,

A new validity check for the development_status manifest key has been enabled on all branches.

As a reminder, the valid values are 'Alpha', 'Beta', 'Production/Stable', 'Mature' and the default is 'Beta'. You can read more about the meaning of these values at https://odoo-community.org/page/development-status.

This check is part of pylint-odoo (thanks Moises!)
Up to 12, this is done as part of the lint step of OCA/maintainer-quality-tools.
From 13, this is part of the pre-commit checks.

This check must pass to get a green build on all branches, because invalid values cause issues down the line. In particular, invalid development status keys prevent publication to https://odoo-community.org/apps.

Best regards,

-sbi

Follow-Ups