Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from lalithkota/17.0-1.2
Browse files Browse the repository at this point in the history
Fixed versions. Removed development status and README autogeneration.…
  • Loading branch information
pjoshi751 authored Aug 23, 2024
2 parents 6ec504e + ec27eba commit 92da522
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 1,326 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ repos:
- id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://openg2p.org"]
- id: oca-gen-addon-readme
args:
- --addons-dir=.
- --branch=17.0-develop
- --org-name=OpenG2P
- --repo-name=openg2p-service-provider-portal
- --if-source-changed
- --keep-source-digest
- id: oca-gen-addons-table
- id: oca-gen-external-dependencies
- repo: https://github.com/OCA/odoo-pre-commit-hooks
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->

[![Pre-commit Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml?query=branch%3A17.0-develop)
[![Build Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml?query=branch%3A17.0-develop)
[![codecov](https://codecov.io/gh/openg2p/openg2p-service-provider-portal/branch/17.0-develop/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-service-provider-portal)
[![Pre-commit Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-1.2)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/pre-commit.yml?query=branch%3A17.0-1.2)
[![Build Status](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml/badge.svg?branch=17.0-1.2)](https://github.com/openg2p/openg2p-service-provider-portal/actions/workflows/test.yml?query=branch%3A17.0-1.2)
[![codecov](https://codecov.io/gh/openg2p/openg2p-service-provider-portal/branch/17.0-1.2/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-service-provider-portal)

<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->

Expand All @@ -26,7 +26,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_service_provider_beneficiary_management](g2p_service_provider_beneficiary_management/) | 17.0.1.2.0 | | G2P Service Provider Beneficiary Management
[g2p_service_provider_portal_base](g2p_service_provider_portal_base/) | 17.0.1.0.0 | | G2P Service Provider Portal: Base
[g2p_service_provider_portal_base](g2p_service_provider_portal_base/) | 17.0.1.2.0 | | G2P Service Provider Portal: Base

[//]: # (end addons)

Expand Down
3 changes: 3 additions & 0 deletions g2p_service_provider_beneficiary_management/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# G2P Service Provider Beneficiary Management

Refer to https://docs.openg2p.org.
57 changes: 0 additions & 57 deletions g2p_service_provider_beneficiary_management/README.rst

This file was deleted.

3 changes: 1 addition & 2 deletions g2p_service_provider_beneficiary_management/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "G2P Service Provider Beneficiary Management",
"category": "G2P",
"version": "17.0.1.2.0-develop",
"version": "17.0.1.2.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": [
"g2p_service_provider_portal_base",
"g2p_registry_membership",
Expand Down

This file was deleted.

Loading

0 comments on commit 92da522

Please sign in to comment.