mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-08-22 19:59:50 +00:00
Set test_base_fileurl_field (#190)
It seems it has been forgotten during the migration of
base_fileurl_field at 65cdd3d
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
../../../../test_base_fileurl_field
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -14,6 +14,6 @@
|
|||||||
"views/res_partner.xml",
|
"views/res_partner.xml",
|
||||||
"views/res_users.xml",
|
"views/res_users.xml",
|
||||||
],
|
],
|
||||||
'installable': False,
|
'installable': True,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user