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
+4
View File
@@ -0,0 +1,4 @@
Test Base FileURL Field
=======================
This module serves as implementation example for `base_fileurl_field` and to run its tests.
+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'
],
+1 -1
View File
@@ -15,4 +15,4 @@
</xpath>
</field>
</record>
</odoo>
</odoo>