mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Make pylint happy
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Test Base FileURL Field
|
||||
=======================
|
||||
|
||||
This module serves as implementation example for `base_fileurl_field` and to run its tests.
|
||||
@@ -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'
|
||||
],
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user