From 5b011488b5fcfd17f2029e833b757d24d437908e Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Tue, 9 Aug 2022 18:24:16 +0200 Subject: [PATCH] [REV] document_page_project: Revert to Beta as document_page is Beta --- document_page_project/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_page_project/__manifest__.py b/document_page_project/__manifest__.py index 56f4b8ed..47e8817b 100644 --- a/document_page_project/__manifest__.py +++ b/document_page_project/__manifest__.py @@ -5,7 +5,7 @@ "name": "Document Page Project", "summary": "This module links document pages to projects", "version": "13.0.1.0.1", - "development_status": "Production/Stable", + "development_status": "Beta", "category": "Project", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/knowledge",