Prepare v12 branch

This commit is contained in:
Alexis de Lattre
2019-05-27 19:45:06 +02:00
parent bd920f7335
commit 2efd611708
6 changed files with 7 additions and 6 deletions

View File

@@ -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:

View File

@@ -25,5 +25,5 @@
'demo': [
'demo/intrastat_demo.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -38,5 +38,5 @@
'data/intrastat_unit.xml',
],
'demo': ['demo/intrastat_demo.xml'],
'installable': True,
'installable': False,
}

View File

@@ -9,7 +9,7 @@
'author': 'Noviat,'
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'installable': True,
'installable': False,
'depends': [
'intrastat_product',
],

View File

@@ -26,5 +26,5 @@
'demo': [
'demo/product_demo.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -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,
}