Vauxoo / pylint-conf

Este proyecto se manejará el estándar de configuración de pylint versionado
GNU Lesser General Public License v3.0
0 stars 17 forks source link

[ADD] license_allowed: add 'OPL-1' in license allowed #67

Closed fernandahf closed 3 years ago

fernandahf commented 3 years ago

Description of the issue/feature this PR addresses:

When trying to publish the apps in the odoo store, it sends us the following error:

Module not installable: Please change the license of your module from OEEL-1 to OPL-1 https://git.vauxoo.com/vauxoo/apps/uploads/6a0376c1d56b6a06fbb081c78f0f2149/image.png

But when using this license in the modules: the lints send the following error: License "OPL-1" not allowed in manifest file.

Current behavior before PR: pylint-odoo check license-allowed lint when use "OPL-1".

Desired behavior after PR is merged: pylint-odoo does not check license-allowed for "OPL-1".

Fix #66

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

fernandahf commented 3 years ago

@moylop260

Could you review this, please?

Regards.