From f14e58cd53d90e12d8288f8804c773eaf22adcc9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 3 Nov 2023 15:50:13 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- dms/README.rst | 20 ++++++-------------- dms/static/description/index.html | 8 ++++---- setup/_metapackage/VERSION.txt | 1 + setup/_metapackage/setup.py | 18 ++++++++++++++++++ 5 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 setup/_metapackage/VERSION.txt create mode 100644 setup/_metapackage/setup.py diff --git a/README.md b/README.md index f647b5653..3a289bc0e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[dms](dms/) | 16.0.1.0.0 | | Document Management System for Odoo [//]: # (end addons) diff --git a/dms/README.rst b/dms/README.rst index d27e146ac..174ee2f31 100644 --- a/dms/README.rst +++ b/dms/README.rst @@ -7,7 +7,7 @@ Document Management System !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b1e60e0ea0e646cb5b470ed09f40c4175157a6b0e310b6e9ea7352fb5014f9bd + !! source digest: sha256:87d48ed4699013967e56ed90898df35fcff51f96fb51e779f27ff29ec1d9dfa1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Document Management System :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdms-lightgray.png?logo=github - :target: https://github.com/OCA/dms/tree/15.0/dms + :target: https://github.com/OCA/dms/tree/16.0/dms :alt: OCA/dms .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/dms-15-0/dms-15-0-dms + :target: https://translation.odoo-community.org/projects/dms-16-0/dms-16-0-dms :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/dms&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/dms&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -126,7 +126,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -153,12 +153,6 @@ Contributors * Pedro M. Baeza * Jairo Llopis -* `Elego `_: - - * Yu Weng - * Philip Witte - * Khanh Bui - Other credits ~~~~~~~~~~~~~ @@ -167,8 +161,6 @@ Some pictures are based on or inspired by: * `Roundicons `_ * `Smashicons `_ -The migration of this module from 15.0 to 16.0 was finanically supported by `AgentERP `_ - Maintainers ~~~~~~~~~~~ @@ -182,6 +174,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/dms `_ project on GitHub. +This module is part of the `OCA/dms `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/dms/static/description/index.html b/dms/static/description/index.html index 13daab99a..2c5c40710 100644 --- a/dms/static/description/index.html +++ b/dms/static/description/index.html @@ -367,9 +367,9 @@

Document Management System

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b1e60e0ea0e646cb5b470ed09f40c4175157a6b0e310b6e9ea7352fb5014f9bd +!! source digest: sha256:87d48ed4699013967e56ed90898df35fcff51f96fb51e779f27ff29ec1d9dfa1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/dms Translate me on Weblate Try me on Runboat

+

Beta License: LGPL-3 OCA/dms Translate me on Weblate Try me on Runboat

DMS is a module for creating, managing and viewing document files directly within Odoo. This module is only the basis for an entire ecosystem of apps that extend and @@ -504,7 +504,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -546,7 +546,7 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/dms project on GitHub.

+

This module is part of the OCA/dms project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt new file mode 100644 index 000000000..16a6fb309 --- /dev/null +++ b/setup/_metapackage/VERSION.txt @@ -0,0 +1 @@ +16.0.20231103.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py new file mode 100644 index 000000000..9722df649 --- /dev/null +++ b/setup/_metapackage/setup.py @@ -0,0 +1,18 @@ +import setuptools + +with open('VERSION.txt', 'r') as f: + version = f.read().strip() + +setuptools.setup( + name="odoo-addons-oca-dms", + description="Meta package for oca-dms Odoo addons", + version=version, + install_requires=[ + 'odoo-addon-dms>=16.0dev,<16.1dev', + ], + classifiers=[ + 'Programming Language :: Python', + 'Framework :: Odoo', + 'Framework :: Odoo :: 16.0', + ] +)