Skip to content

Commit b465fc0

Browse files
committed
Merge pull request #97 from yvaucher/8.0-add-license-key
Add license key in __openerp__.py
2 parents 148aa64 + 5b6524c commit b465fc0

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

__unported__/l10n_ch/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
'author': 'Camptocamp',
6565
'category': 'Localization/Account Charts',
6666
'website': 'http://www.camptocamp.com',
67+
'license': 'AGPL-3',
6768
'depends': ['account', 'l10n_multilang'],
6869
'data': ['sterchi_chart/account.xml',
6970
'sterchi_chart/vat2011.xml',

__unported__/l10n_ch_dta/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'author': 'Camptocamp',
3333
'category': 'Localization',
3434
'website': 'http://www.camptocamp.com',
35+
'license': 'AGPL-3',
3536
'depends': ['base', 'account_payment', 'l10n_ch_base_bank', 'document'],
3637
'data': ["wizard/create_dta_view.xml",
3738
"bank_view.xml"],

__unported__/l10n_ch_scan_bvr/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"author": "Camptocamp",
4444
"category": "Generic Modules/Others",
4545
"website": "http://www.camptocamp.com",
46+
"license": "AGPL-3",
4647
"depends": ["l10n_ch",
4748
"l10n_ch_payment_slip"],
4849
"data": ["wizard/scan_bvr_view.xml",

__unported__/l10n_ch_sepa/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
4242
""",
4343
"author": "Camptocamp",
44+
"license": "AGPL-3",
4445
"depends": [
4546
"account",
4647
"l10n_ch",

l10n_ch_bank/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'author': 'Camptocamp, brain-tec AG',
2626
'category': 'Localisation',
2727
'website': 'http://www.camptocamp.com',
28+
'license': 'AGPL-3',
2829
'summary': 'Banks names, addresses and BIC codes',
2930
'depends': ['l10n_ch',
3031
'l10n_ch_base_bank',

l10n_ch_base_bank/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'author': 'Camptocamp',
3737
'category': 'Localization',
3838
'website': 'http://www.camptocamp.com',
39+
'license': 'AGPL-3',
3940
'depends': ['account'],
4041
'data': ['bank_view.xml', 'bank_data.xml'],
4142
'demo': [],

l10n_ch_credit_control_payment_slip_report/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"author": "Camptocamp",
3131
"category": "Generic Modules/Others",
3232
"website": "http://www.camptocamp.com",
33+
"license": "AGPL-3",
3334
"depends": ["account_credit_control",
3435
"account_credit_control_dunning_fees",
3536
"l10n_ch_payment_slip"],

l10n_ch_dta/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'author': 'Camptocamp',
3434
'category': 'Localization',
3535
'website': 'http://www.camptocamp.com',
36+
'license': 'AGPL-3',
3637
'depends': ['base', 'account_payment', 'l10n_ch_base_bank', 'document'],
3738
'data': ["wizard/create_dta_view.xml",
3839
"bank_view.xml"],

l10n_ch_hr_payroll/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'auto_install': False,
3737
'demo': [],
3838
'website': 'http://open-net.ch',
39+
'license': 'AGPL-3',
3940
'data': [
4041
'hr_contract_view.xml',
4142
'hr_employee_view.xml',

l10n_ch_payment_slip/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'author': 'Camptocamp',
5858
'category': 'Localization',
5959
'website': 'http://www.camptocamp.com',
60+
'license': 'AGPL-3',
6061
'depends': ['base',
6162
'account',
6263
'report',

l10n_ch_zip/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'author': 'Camptocamp,brain-tec AG',
2626
'category': 'Localisation',
2727
'website': 'http://www.camptocamp.com',
28+
'license': 'AGPL-3',
2829
'summary': 'Provides all Swiss postal codes for auto-completion',
2930
'depends': ['base',
3031
'base_location', # in https://github.com/OCA/partner-contact/

0 commit comments

Comments
 (0)