Merge pull request #81 from Tonow-c2c/13.0

BSRD-286: Set the addons to uninstallable
This commit is contained in:
Tonow-c2c
2019-10-07 15:40:07 +02:00
committed by GitHub
co-authored by GitHub
14 changed files with 15 additions and 17 deletions
+2 -4
View File
@@ -17,10 +17,8 @@ addons:
env:
matrix:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE=test_base_fileurl_field
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE=test_base_fileurl_field
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE=test_base_fileurl_field
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE=test_base_fileurl_field
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
global:
- VERSION="12.0" LINT_CHECK="0" TESTS="0"
+1 -1
View File
@@ -14,5 +14,5 @@
},
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -17,5 +17,5 @@
},
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
@@ -11,6 +11,6 @@
'depends': ['base'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
'auto_install': True,
}
+1 -1
View File
@@ -11,5 +11,5 @@
"base_attachment_object_storage",
],
"auto_install": False,
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -18,5 +18,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -14,5 +14,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -14,5 +14,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -13,5 +13,5 @@
},
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -10,5 +10,5 @@
'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -16,5 +16,5 @@
'external_dependencies': {
'python': ['statsd'],
},
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -10,5 +10,5 @@
'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -14,5 +14,5 @@
},
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
}
+1 -1
View File
@@ -14,6 +14,6 @@
"views/res_partner.xml",
"views/res_users.xml",
],
'installable': True,
'installable': False,
'auto_install': False,
}