From 9319fd674e67e2b8ae8708cfcb957af7da31ae9e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 21 Oct 2020 12:45:50 +0000 Subject: [PATCH 1/3] [UPD] addons table in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 724ec1ea6..0b7a4a07e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ All-in-One Property Management System (PMS) focused on medium-sizeations. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | summary +--- | --- | --- +[pms](pms/) | 14.0.1.0.0 | A property management system [//]: # (end addons) From 94c7f8f05b3398953a58e73e7c3c8ed4a3d9d73b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 21 Oct 2020 12:45:50 +0000 Subject: [PATCH 2/3] [UPD] README.rst --- pms/README.rst | 25 +++++++++++++++---------- pms/static/description/index.html | 14 ++++++++++---- 2 files changed, 25 insertions(+), 14 deletions(-) diff --git a/pms/README.rst b/pms/README.rst index 0022eefdd..31c4eee92 100644 --- a/pms/README.rst +++ b/pms/README.rst @@ -7,20 +7,20 @@ PMS (Property Management System) !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Alpha .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fvertical--hotel-lightgray.png?logo=github - :target: https://github.com/OCA/vertical-hotel/tree/12.0/pms - :alt: OCA/vertical-hotel +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpms-lightgray.png?logo=github + :target: https://github.com/OCA/pms/tree/14.0/pms + :alt: OCA/pms .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/vertical-hotel-12-0/vertical-hotel-12-0-pms + :target: https://translation.odoo-community.org/projects/pms-14-0/pms-14-0-pms :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/157/12.0 + :target: https://runbot.odoo-community.org/runbot/293/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -31,6 +31,11 @@ for managing every aspect of your property's daily operations. You can manage hotel properties with multi-hotel and multi-company support, including your rooms inventory, reservations, check-in, daily reports, board services, rate and restriction plans among other hotel functionalities. +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + **Table of contents** .. contents:: @@ -57,10 +62,10 @@ To use this module, please, read the complete user guide at https://roomdoo.com. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -96,6 +101,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/vertical-hotel `_ project on GitHub. +This module is part of the `OCA/pms `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pms/static/description/index.html b/pms/static/description/index.html index 7083277df..1fab55358 100644 --- a/pms/static/description/index.html +++ b/pms/static/description/index.html @@ -367,11 +367,17 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/vertical-hotel Translate me on Weblate Try me on Runbot

+

Alpha License: AGPL-3 OCA/pms Translate me on Weblate Try me on Runbot

This module is an all-in-one property management system (PMS) focused on medium-sized hotels for managing every aspect of your property’s daily operations.

You can manage hotel properties with multi-hotel and multi-company support, including your rooms inventory, reservations, check-in, daily reports, board services, rate and restriction plans among other hotel functionalities.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+

Table of contents

    @@ -403,10 +409,10 @@ and account_cancel. Ensure yourself to have al

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -436,7 +442,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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/vertical-hotel project on GitHub.

+

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

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

From 70bb4c4b4603ee53af8d0d973bba95cb9244e2cd Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 21 Oct 2020 12:45:51 +0000 Subject: [PATCH 3/3] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 1 + setup/_metapackage/setup.py | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 setup/_metapackage/VERSION.txt create mode 100644 setup/_metapackage/setup.py diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt new file mode 100644 index 000000000..d8086f441 --- /dev/null +++ b/setup/_metapackage/VERSION.txt @@ -0,0 +1 @@ +14.0.20201021.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..9e2dfe2f6 --- /dev/null +++ b/setup/_metapackage/setup.py @@ -0,0 +1,17 @@ +import setuptools + +with open('VERSION.txt', 'r') as f: + version = f.read().strip() + +setuptools.setup( + name="odoo14-addons-oca-pms", + description="Meta package for oca-pms Odoo addons", + version=version, + install_requires=[ + 'odoo14-addon-pms', + ], + classifiers=[ + 'Programming Language :: Python', + 'Framework :: Odoo', + ] +)