From 2efd611708ff054088d35f59e0f79d7a78f7e2db Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 27 May 2019 19:45:06 +0200 Subject: [PATCH] Prepare v12 branch --- .travis.yml | 3 ++- intrastat_base/__manifest__.py | 2 +- intrastat_product/__manifest__.py | 2 +- intrastat_product_generic/__manifest__.py | 2 +- product_harmonized_system/__manifest__.py | 2 +- product_harmonized_system_delivery/__manifest__.py | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bb588a..dc608b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - "3.5" addons: + postgresql: "9.6" apt: # only add the two lines below if you need wkhtmltopdf for your tests # sources: @@ -32,7 +33,7 @@ addons: env: global: - - VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" - TRANSIFEX_USER='transbot@odoo-community.org' # This line contains the encrypted transifex password # To encrypt transifex password, install travis ruby utils with: diff --git a/intrastat_base/__manifest__.py b/intrastat_base/__manifest__.py index b92710b..c372a09 100644 --- a/intrastat_base/__manifest__.py +++ b/intrastat_base/__manifest__.py @@ -25,5 +25,5 @@ 'demo': [ 'demo/intrastat_demo.xml', ], - 'installable': True, + 'installable': False, } diff --git a/intrastat_product/__manifest__.py b/intrastat_product/__manifest__.py index b5a61a4..b02e9fe 100644 --- a/intrastat_product/__manifest__.py +++ b/intrastat_product/__manifest__.py @@ -38,5 +38,5 @@ 'data/intrastat_unit.xml', ], 'demo': ['demo/intrastat_demo.xml'], - 'installable': True, + 'installable': False, } diff --git a/intrastat_product_generic/__manifest__.py b/intrastat_product_generic/__manifest__.py index 55578d7..cd82158 100644 --- a/intrastat_product_generic/__manifest__.py +++ b/intrastat_product_generic/__manifest__.py @@ -9,7 +9,7 @@ 'author': 'Noviat,' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'intrastat_product', ], diff --git a/product_harmonized_system/__manifest__.py b/product_harmonized_system/__manifest__.py index 052d3b9..c05779d 100644 --- a/product_harmonized_system/__manifest__.py +++ b/product_harmonized_system/__manifest__.py @@ -26,5 +26,5 @@ 'demo': [ 'demo/product_demo.xml', ], - 'installable': True, + 'installable': False, } diff --git a/product_harmonized_system_delivery/__manifest__.py b/product_harmonized_system_delivery/__manifest__.py index 725f53c..a0945e5 100644 --- a/product_harmonized_system_delivery/__manifest__.py +++ b/product_harmonized_system_delivery/__manifest__.py @@ -11,6 +11,6 @@ 'author': 'Akretion, Odoo Community Association (OCA)', 'depends': ['delivery', 'product_harmonized_system'], 'data': ['views/product_template.xml'], - 'installable': True, + 'installable': False, 'auto_install': True, }