mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +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:
co-authored by
GitHub
parent
686744e092
commit
0000eab313
@@ -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_users.xml",
|
||||
],
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user