Skip to content

Commit

Permalink
[FIX] acsoo pylint: Compatible with pylint-odoo 2.0.1
Browse files Browse the repository at this point in the history
In pylint-odoo 2.0.1 the paramter 'manifest_required_author' has been renamed into 'manifest_required_authors'.
Both parameters are now provided into the default config to be compatible with pytlint-odoo < 2.0.1 and 2.0.1
  • Loading branch information
lmignon committed Jan 22, 2019
1 parent 7735537 commit 904bdbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changes
.. ----------
.. -
- [FIX] acsoo pytlint: Adapt config to also work with pytlint-odoo 2.0.1
- [IMP] project template: use click-odoo-update

1.8.2 (2018-11-05)
Expand Down
3 changes: 3 additions & 0 deletions acsoo/cfg/pylint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ readme_template_url=https://github.com/OCA/maintainer-tools/blob/master/template
extfiles_to_lint=xml,csv,po,js,mako

# Name of author required in manifest file.
# odoo-pylint < 2.0.1
manifest_required_author=ACSONE SA/NV
# odoo-pylint >= 2.0.1
manifest_required_authors=ACSONE SA/NV

# List of keys required in manifest file, separated by a comma.
manifest_required_keys=license,author
Expand Down

0 comments on commit 904bdbb

Please sign in to comment.