missing-odoo-file-app (OAPP002)
Preview (since 0.16.2.10) · Related issues · View source
Derived from the odoo-app linter.
This rule is unstable and in preview. The --preview flag is required for use.
What it does
Checks that an Odoo module whose __manifest__.py has a price key (a paid app) ships
the files the Odoo Apps store requires, such as static/description/index.html.
Why is this bad?
Paid apps are published on apps.odoo.com, which renders
static/description/index.html as the app's store page. Without it the app is listed
with no description page.