Make pylint happy

This commit is contained in:
Akim Juillerat
2019-03-14 15:16:54 +01:00
parent fa522a29e7
commit dd776de71b
5 changed files with 48 additions and 11 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
'name': 'test base fileurl fields',
'summary': """A module to verify fileurl field.""",
'version': '12.0.1.0.0',
'category': 'Tests',
'description': """A module to verify fileurl field.""",
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'depends': [
'base_fileurl_field'
],