diff --git a/README.md b/README.md index 46649b38..a9c884d8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ addon | version | maintainers | summary [g2p_program_reimbursement](g2p_program_reimbursement/) | 17.0.0.0.0 | | OpenG2P Programs: Reimbursement [g2p_programs](g2p_programs/) | 17.0.0.0.0 | | OpenG2P Programs [g2p_proxy_means_test](g2p_proxy_means_test/) | 17.0.0.0.0 | | G2P: Proxy Means Test -[g2p_reimbursement_portal](g2p_reimbursement_portal/) | 17.0.1.0.0 | | G2P Reimbursement Portal +[g2p_reimbursement_portal](g2p_reimbursement_portal/) | 17.0.0.0.0 | | G2P Reimbursement Portal [g2p_social_registry_importer](g2p_social_registry_importer/) | 17.0.0.0.0 | | Import records from Social Registry [g2p_theme](g2p_theme/) | 17.0.0.0.0 | | OpenG2P Theme diff --git a/g2p_reimbursement_portal/__manifest__.py b/g2p_reimbursement_portal/__manifest__.py index f0f9c2a7..ae7cfc03 100644 --- a/g2p_reimbursement_portal/__manifest__.py +++ b/g2p_reimbursement_portal/__manifest__.py @@ -1,12 +1,11 @@ { "name": "G2P Reimbursement Portal", "category": "G2P", - "version": "17.0.1.0.0", + "version": "17.0.0.0.0", "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "Other OSI approved licence", - "development_status": "Alpha", + "license": "LGPL-3", "depends": ["g2p_program_reimbursement", "g2p_agent_portal_base", "g2p_program_cycleless"], "data": [ "data/g2p_reimbursement_portal_form_data.xml",