OCA / pylint-odoo

Odoo plugin for Pylint
http://www.pylint.org
143 stars 168 forks source link

Why is pylint-odoo reports "Deprecated key "description" in manifest file"? #326

Closed tmotyl closed 3 years ago

pedrobaeza commented 3 years ago

Because description is got from README.rst file.

tmotyl commented 3 years ago

can you elaborate? The field is present in the officeial reference: https://www.odoo.com/documentation/14.0/reference/module.html?highlight=manifest

pedrobaeza commented 3 years ago

It's better to put contents in that file than having them mixed with the rest of the manifest, without total control of the format or line length limitation, and it's a guideline in OCA, which is the main target for pylint-odoo. If you don't want it, disable that check in your config for your custom repository.

tmotyl commented 3 years ago

all right, thanks