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

Commit

Permalink
Fixed versions. Removed development status and README autogeneration.…
Browse files Browse the repository at this point in the history
… Fixed links and branch titles

Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Aug 23, 2024
1 parent e40a4f8 commit 4d1fbff
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 1,454 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-registration-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
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,42 @@
# openg2p-registration-portal
Registration portal for OpenG2P Social Registry

<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->
[![Pre-commit Status](https://github.com/openg2p/openg2p-registration-portal/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-1.2)](https://github.com/openg2p/openg2p-registration-portal/actions/workflows/pre-commit.yml?query=branch%3A17.0-1.2)
[![Build Status](https://github.com/openg2p/openg2p-registration-portal/actions/workflows/test.yml/badge.svg?branch=17.0-1.2)](https://github.com/openg2p/openg2p-registration-portal/actions/workflows/test.yml?query=branch%3A17.0-1.2)
[![codecov](https://codecov.io/gh/openg2p/openg2p-registration-portal/branch/17.0-1.2/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-registration-portal)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->
[![Translation Status](https://translate.openspp.org/widgets/openg2p/-/svg-badge.svg)](https://translate.openspp.org/engage/openg2p/?utm_source=widget)

<!-- /!\ do not modify above this line -->

# OpenG2P Registration Portal

Registration portal for OpenG2P Social Registry. Refer to [OpenG2P Docs](https://docs.openg2p.org/platform/modules/registration-portal).

<!-- /!\ do not modify below this line -->

<!-- prettier-ignore-start -->

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_odk_user_mapping](g2p_odk_user_mapping/) | 17.0.1.2.0 | | ODK App User Mapping
[g2p_portal_base](g2p_portal_base/) | 17.0.1.2.0 | | G2P Registration Portal: Base
[g2p_registration_portal](g2p_registration_portal/) | 17.0.1.2.0 | | G2P Registration Portal Beneficiary Management

[//]: # (end addons)

<!-- prettier-ignore-end -->

## Licenses

This repository is licensed under [MPL-2.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to OpenG2P
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----
<!-- /!\ Non OCA Context : Set here the full description of your organization. -->
3 changes: 3 additions & 0 deletions g2p_odk_user_mapping/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ODK App User Mapping

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

This file was deleted.

2 changes: 1 addition & 1 deletion g2p_odk_user_mapping/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ODK App User Mapping",
"category": "G2P",
"version": "17.0.1.0.0",
"version": "17.0.1.2.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
Expand Down
1 change: 0 additions & 1 deletion g2p_odk_user_mapping/readme/CONTRIBUTORS.rst

This file was deleted.

1 change: 0 additions & 1 deletion g2p_odk_user_mapping/readme/DESCRIPTION.rst

This file was deleted.

Loading

0 comments on commit 4d1fbff

Please sign in to comment.