Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF][12.0] Fix Travis, ignoring modules #297

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ addons:
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- EXCLUDE=l10n_fr_chorus_facturx,l10n_fr_chorus_ubl,l10n_fr_business_document_import,l10n_fr_chorus_account,l10n_fr_fec_oca,l10n_fr_chorus_sale
matrix:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_business_document_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'license': 'AGPL-3',
'summary': 'Adapt the module base_business_document_import for France',
'author': 'Akretion,Odoo Community Association (OCA)',
'development_status': 'Alpha',
'website': 'https://github.com/OCA/l10n-france',
'depends': ['l10n_fr_siret', 'base_business_document_import'],
'installable': True,
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_chorus_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'category': 'French Localization',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainers': ['alexis-via'],
'development_status': 'Alpha',
'website': 'https://github.com/OCA/l10n-france',
'license': 'AGPL-3',
'depends': [
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_chorus_facturx/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'category': 'French Localization',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainers': ['alexis-via'],
'development_status': 'Alpha',
'website': 'https://github.com/OCA/l10n-france',
'license': 'AGPL-3',
'depends': [
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_chorus_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'category': 'French Localization',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainers': ['alexis-via'],
'development_status': 'Alpha',
'website': 'https://github.com/OCA/l10n-france',
'license': 'AGPL-3',
'depends': [
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_chorus_ubl/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'category': 'French Localization',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainers': ['alexis-via'],
'development_status': 'Alpha',
'website': 'https://github.com/OCA/l10n-france',
'license': 'AGPL-3',
'depends': [
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_fec_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"license": "LGPL-3",
"summary": "Fichier d'Échange Informatisé (FEC) for France",
"author": "Akretion,Odoo Community Association (OCA)",
"development_status": "Alpha",
"website": "https://github.com/OCA/l10n-france",
"depends": ["l10n_fr", "account", "date_range"],
"external_dependencies": {
Expand Down