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

Fixed versions. Removed development status and README autogeneration.… #7

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'openg2p' }}
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
3 changes: 3 additions & 0 deletions g2p_odk_user_mapping/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
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
Loading