mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
Prepare v12 branch
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -25,5 +25,5 @@
|
||||
'demo': [
|
||||
'demo/intrastat_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
'data/intrastat_unit.xml',
|
||||
],
|
||||
'demo': ['demo/intrastat_demo.xml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
'author': 'Noviat,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'depends': [
|
||||
'intrastat_product',
|
||||
],
|
||||
|
||||
@@ -26,5 +26,5 @@
|
||||
'demo': [
|
||||
'demo/product_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user