From 07d98d3cfeee47d83aed8aace31ccfe3684baf6c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 9 Feb 2024 12:30:40 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- document_knowledge/README.rst | 2 +- document_knowledge/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 11 +++++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index 65720b90..4925ee92 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ Knowlesge management addons. Also has some usefull tools to handle attachments [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[document_knowledge](document_knowledge/) | 17.0.1.0.0 | | Documents Knowledge [//]: # (end addons) diff --git a/document_knowledge/README.rst b/document_knowledge/README.rst index 9b8a35fe..7699732f 100644 --- a/document_knowledge/README.rst +++ b/document_knowledge/README.rst @@ -7,7 +7,7 @@ Documents Knowledge !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c1488375286777cfdb9187452f29e3f8a28157ba0f11fa21061916703e669afc + !! source digest: sha256:4a24d3128856eb41c683a5a115aa5933ed495bc5efd0832da27c4cefae44c03b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/document_knowledge/static/description/index.html b/document_knowledge/static/description/index.html index 462af4dc..fb713f3c 100644 --- a/document_knowledge/static/description/index.html +++ b/document_knowledge/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c1488375286777cfdb9187452f29e3f8a28157ba0f11fa21061916703e669afc +!! source digest: sha256:4a24d3128856eb41c683a5a115aa5933ed495bc5efd0832da27c4cefae44c03b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runboat

This module is the base for any knowledge and document management diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000..fbcf9116 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-knowledge" +version = "17.0.20240209.0" +dependencies = [ + "odoo-addon-document_knowledge>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]