From 3353eec7ce7f90bd950cd8b7c8d7286fe0825cad Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Sat, 12 Oct 2024 17:32:17 +0000
Subject: [PATCH] [BOT] post-merge updates
---
README.md | 6 +++++-
mgmtsystem/README.rst | 12 ++++++------
mgmtsystem/static/description/index.html | 8 ++++----
setup/_metapackage/pyproject.toml | 11 +++++++++++
4 files changed, 26 insertions(+), 11 deletions(-)
create mode 100644 setup/_metapackage/pyproject.toml
diff --git a/README.md b/README.md
index d6709255c05..770c43d4416 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,11 @@ management-system
[//]: # (addons)
-This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
+Available addons
+----------------
+addon | version | maintainers | summary
+--- | --- | --- | ---
+[mgmtsystem](mgmtsystem/) | 18.0.1.0.0 | | Management System
[//]: # (end addons)
diff --git a/mgmtsystem/README.rst b/mgmtsystem/README.rst
index a81fd5329b9..3f852ca93d7 100644
--- a/mgmtsystem/README.rst
+++ b/mgmtsystem/README.rst
@@ -7,7 +7,7 @@ Management System
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:e58fd045c6ddbfb55b80a6baba1ba7dc0c16310a94d224510dcbdba17bb35979
+ !! source digest: sha256:8c0ec60a23822716f3e1925229336fc726837eded23feb5d2915e2aab683dd78
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Management System
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
- :target: https://github.com/OCA/management-system/tree/17.0/mgmtsystem
+ :target: https://github.com/OCA/management-system/tree/18.0/mgmtsystem
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/management-system-17-0/management-system-17-0-mgmtsystem
+ :target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-mgmtsystem
: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/management-system&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -70,7 +70,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.
@@ -119,6 +119,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/management-system `_ project on GitHub.
+This module is part of the `OCA/management-system `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem/static/description/index.html b/mgmtsystem/static/description/index.html
index 08df9e42858..b0264bae89e 100644
--- a/mgmtsystem/static/description/index.html
+++ b/mgmtsystem/static/description/index.html
@@ -367,9 +367,9 @@ Management System
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:e58fd045c6ddbfb55b80a6baba1ba7dc0c16310a94d224510dcbdba17bb35979
+!! source digest: sha256:8c0ec60a23822716f3e1925229336fc726837eded23feb5d2915e2aab683dd78
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module is the basis of any management system applications:
- audit reports
@@ -416,7 +416,7 @@
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.
@@ -460,7 +460,7 @@
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/management-system project on GitHub.
+
This module is part of the OCA/management-system project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml
new file mode 100644
index 00000000000..bd6eb53e0bc
--- /dev/null
+++ b/setup/_metapackage/pyproject.toml
@@ -0,0 +1,11 @@
+[project]
+name = "odoo-addons-oca-management-system"
+version = "18.0.20241012.0"
+dependencies = [
+ "odoo-addon-mgmtsystem==18.0.*",
+]
+classifiers=[
+ "Programming Language :: Python",
+ "Framework :: Odoo",
+ "Framework :: Odoo :: 18.0",
+]