Browse Source
Merge pull request #128 from coopdevs/fix/protocol_in_website
Added https:// in manifest's website
pull/129/head
9.0-2020-05-20.02
Robin Keunen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
easy_my_coop_api/__manifest__.py
-
easy_my_coop_dividend/__manifest__.py
-
easy_my_coop_export_xlsx/__manifest__.py
|
|
@ -12,7 +12,7 @@ |
|
|
|
], |
|
|
|
"author": "Coop IT Easy SCRLfs", |
|
|
|
"category": "Cooperative management", |
|
|
|
"website": "www.coopiteasy.be", |
|
|
|
"website": "https://www.coopiteasy.be", |
|
|
|
"license": "AGPL-3", |
|
|
|
"summary": """ |
|
|
|
Open Easy My Coop to the world: RESTful API. |
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"author": "Houssine BAKKALI, <houssine@coopiteasy.be>", |
|
|
|
"license": "AGPL-3", |
|
|
|
"version": "12.0.0.0.1", |
|
|
|
"website": "www.coopiteasy.be", |
|
|
|
"website": "https://www.coopiteasy.be", |
|
|
|
"category": "Cooperative Management", |
|
|
|
"depends": ["easy_my_coop"], |
|
|
|
"data": ["security/ir.model.access.csv", "views/dividend_views.xml"], |
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"author": "Coop IT Easy SCRLfs", |
|
|
|
"license": "AGPL-3", |
|
|
|
"version": "12.0.0.0.1", |
|
|
|
"website": "www.coopiteasy.be", |
|
|
|
"website": "https://www.coopiteasy.be", |
|
|
|
"category": "Cooperative Management", |
|
|
|
"depends": ["easy_my_coop"], |
|
|
|
"external_dependencies": {"python": ["xlsxwriter"]}, |
|
|
|