Skip to content

manifest-required-author (ODC8101)

Preview (since 0.16.2.2) · Related issues · View source

Derived from the odoo linter.

This rule is unstable and in preview. The --preview flag is required for use.

What it does

Checks that an Odoo module's __manifest__.py declares one of the required authors.

Why is this bad?

Requiring a known author (or organization) in the manifest helps track module provenance.

Example

{
    "author": "Someone Else",
}

Options

The default is the single author pylint-odoo requires, Odoo Community Association (OCA). A project with its own authors names them through the option, which replaces the default rather than adding to it.