Skip to content

Commit

Permalink
Merge PR #297 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Aug 10, 2021
2 parents fdd5032 + dc2f884 commit e8527fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
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

0 comments on commit e8527fd

Please sign in to comment.