diff --git a/spp_farmer_registry/__manifest__.py b/spp_farmer_registry/__manifest__.py index ef86a275..52fe532c 100644 --- a/spp_farmer_registry/__manifest__.py +++ b/spp_farmer_registry/__manifest__.py @@ -8,7 +8,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ # Foundation diff --git a/spp_farmer_registry_cr/__manifest__.py b/spp_farmer_registry_cr/__manifest__.py index 9b7bc31a..f0615373 100644 --- a/spp_farmer_registry_cr/__manifest__.py +++ b/spp_farmer_registry_cr/__manifest__.py @@ -8,7 +8,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ "spp_change_request_v2", diff --git a/spp_farmer_registry_demo/__manifest__.py b/spp_farmer_registry_demo/__manifest__.py index bac0d1f9..e80f7cf2 100644 --- a/spp_farmer_registry_demo/__manifest__.py +++ b/spp_farmer_registry_demo/__manifest__.py @@ -8,7 +8,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ # Farmer Registry Starter Bundle diff --git a/spp_farmer_registry_vocabularies/__manifest__.py b/spp_farmer_registry_vocabularies/__manifest__.py index 3c29edd7..c624b29e 100644 --- a/spp_farmer_registry_vocabularies/__manifest__.py +++ b/spp_farmer_registry_vocabularies/__manifest__.py @@ -8,7 +8,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ "spp_vocabulary", diff --git a/spp_land_record/README.rst b/spp_land_record/README.rst index 0749c9a4..593194a6 100644 --- a/spp_land_record/README.rst +++ b/spp_land_record/README.rst @@ -10,9 +10,9 @@ OpenSPP Land Record !! source digest: sha256:b09f243d3e07074817a99ece996cb2422136e124e783661d15713f98843f5383 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_land_record/__manifest__.py b/spp_land_record/__manifest__.py index 6b42ae8b..5034bced 100644 --- a/spp_land_record/__manifest__.py +++ b/spp_land_record/__manifest__.py @@ -10,7 +10,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212", "emjay0921"], "depends": [ "base", diff --git a/spp_land_record/static/description/index.html b/spp_land_record/static/description/index.html index 0a2c0a22..788d9781 100644 --- a/spp_land_record/static/description/index.html +++ b/spp_land_record/static/description/index.html @@ -369,7 +369,7 @@
Digitizes land parcel information and links it to farms, owners, and lessees. Captures geographical boundaries using GeoPoint and GeoPolygon fields, classifies land use, and tracks lease agreements. Exports diff --git a/spp_oauth/README.rst b/spp_oauth/README.rst index 0ec8eaa1..46b1f8db 100644 --- a/spp_oauth/README.rst +++ b/spp_oauth/README.rst @@ -10,9 +10,9 @@ OpenSPP API: Oauth !! source digest: sha256:a65143c0c6e2b781e1b4ed36d9f6c8cd8376811fdc934ebd3373f1b019cb0afa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_oauth/__manifest__.py b/spp_oauth/__manifest__.py index 4bdb11a2..e3b2530a 100644 --- a/spp_oauth/__manifest__.py +++ b/spp_oauth/__manifest__.py @@ -5,7 +5,7 @@ "category": "OpenSPP", "version": "19.0.2.0.0", "author": "OpenSPP.org", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"], "external_dependencies": {"python": ["pyjwt>=2.4.0", "cryptography"]}, "website": "https://github.com/OpenSPP/OpenSPP2", diff --git a/spp_oauth/static/description/index.html b/spp_oauth/static/description/index.html index e4ba51ce..4d44d0ac 100644 --- a/spp_oauth/static/description/index.html +++ b/spp_oauth/static/description/index.html @@ -369,7 +369,7 @@
OAuth 2.0 authentication framework for securing OpenSPP API communications using JWT tokens signed with RSA keys. Provides utility functions to generate and verify JWT signatures using the RS256 diff --git a/spp_registry_group_hierarchy/README.rst b/spp_registry_group_hierarchy/README.rst index c44e15c4..6925b8dd 100644 --- a/spp_registry_group_hierarchy/README.rst +++ b/spp_registry_group_hierarchy/README.rst @@ -10,9 +10,9 @@ OpenSPP Registry Group Hierarchy !! source digest: sha256:39e59b19ed9a1138fbf96aa8516ed6644dce08d2ac500fba865a96ca420e11ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_registry_group_hierarchy/__manifest__.py b/spp_registry_group_hierarchy/__manifest__.py index c9c54095..15eb3d22 100644 --- a/spp_registry_group_hierarchy/__manifest__.py +++ b/spp_registry_group_hierarchy/__manifest__.py @@ -10,7 +10,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ "spp_security", diff --git a/spp_registry_group_hierarchy/static/description/index.html b/spp_registry_group_hierarchy/static/description/index.html index 4186ac0a..a49e7a39 100644 --- a/spp_registry_group_hierarchy/static/description/index.html +++ b/spp_registry_group_hierarchy/static/description/index.html @@ -369,7 +369,7 @@
Enables nested group structures by allowing registry groups to contain other groups as members, not just individuals. Extends the membership model to support parent-child group relationships with dynamic member diff --git a/spp_starter_farmer_registry/__manifest__.py b/spp_starter_farmer_registry/__manifest__.py index 85e35ab0..d7a56c65 100644 --- a/spp_starter_farmer_registry/__manifest__.py +++ b/spp_starter_farmer_registry/__manifest__.py @@ -8,7 +8,7 @@ "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", "license": "LGPL-3", - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"], "depends": [ # Social Registry Foundation (includes registry, security, area, vocabulary, etc.)