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 #17 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 611f05d + 11ee6d6 commit 920f413
Show file tree
Hide file tree
Showing 27 changed files with 21 additions and 1,977 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-security
- --if-source-changed
- --keep-source-digest
- id: oca-gen-external-dependencies
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.25
Expand Down
6 changes: 3 additions & 3 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-security/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-develop)](https://github.com/OpenG2P/openg2p-security/actions/workflows/pre-commit.yml?query=branch%3A17.0-develop)
[![Build Status](https://github.com/OpenG2P/openg2p-security/actions/workflows/test.yml/badge.svg?branch=17.0-develop)](https://github.com/OpenG2P/openg2p-security/actions/workflows/test.yml?query=branch%3A17.0-develop)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-security/branch/17.0-develop/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-security)
[![Pre-commit Status](https://github.com/OpenG2P/openg2p-security/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-1.2)](https://github.com/OpenG2P/openg2p-security/actions/workflows/pre-commit.yml?query=branch%3A17.0-1.2)
[![Build Status](https://github.com/OpenG2P/openg2p-security/actions/workflows/test.yml/badge.svg?branch=17.0-1.2)](https://github.com/OpenG2P/openg2p-security/actions/workflows/test.yml?query=branch%3A17.0-1.2)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-security/branch/17.0-1.2/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-security)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->

<!-- /!\ do not modify above this line -->
Expand Down
3 changes: 3 additions & 0 deletions g2p_encryption/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# G2P Encryption: Base

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

This file was deleted.

3 changes: 1 addition & 2 deletions g2p_encryption/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "G2P Encryption: Base",
"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": [],
"data": [
"security/groups.xml",
Expand Down
2 changes: 0 additions & 2 deletions g2p_encryption/readme/CONTRIBUTORS.rst

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 920f413

Please sign in to comment.