OCA / pylint-odoo

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

[FIX] attribute-string-redundant: "string" of related field is taken from the referenced one #341

Closed moylop260 closed 3 years ago

moylop260 commented 3 years ago

So redefining the string is a valid case. For instance:

If a string is not specified, field will be "Date". But I need the string to be "Parent Date"

Fix https://github.com/OCA/pylint-odoo/issues/332