Maintainers
This module is maintained by the OCA.
-
+
+
+
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.
diff --git a/README.md b/README.md index 28590dd85..5603863e4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_asset_pms](account_asset_pms/) | 14.0.1.0.0 | | Add property in assets configuration [mis_builder_pms](mis_builder_pms/) | 14.0.1.0.0 | | Add property in mis builder [multi_pms_properties](multi_pms_properties/) | 14.0.1.0.0 | | Multi Properties Manager -[pms](pms/) | 14.0.2.39.0 | | A property management system +[pms](pms/) | 14.0.2.40.0 | | A property management system [pms_account_move_budget](pms_account_move_budget/) | 14.0.1.0.0 | | Add Property Field in Account Move Budget [pms_housekeeping](pms_housekeeping/) | 14.0.1.0.1 | | Housekeeping [pms_hr_property](pms_hr_property/) | 14.0.1.0.0 | | Adds to the employee the property on which he works. diff --git a/pms/README.rst b/pms/README.rst index 0b68d3ac1..84bd53d68 100644 --- a/pms/README.rst +++ b/pms/README.rst @@ -7,7 +7,7 @@ PMS (Property Management System) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:19245f0fc04f0ecfddbe2502b73ecf53f919ae2cd7003a5010df4fd00f1b6063 + !! source digest: sha256:c05261c78fb04426e7b429f90867539b8393106f8a7e1f8c194fce5c1431c1f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pms/__manifest__.py b/pms/__manifest__.py index f593d6921..5808a64ce 100644 --- a/pms/__manifest__.py +++ b/pms/__manifest__.py @@ -4,7 +4,7 @@ { "name": "PMS (Property Management System)", "summary": "A property management system", - "version": "14.0.2.39.0", + "version": "14.0.2.40.0", "development_status": "Beta", "category": "Generic Modules/Property Management System", "website": "https://github.com/OCA/pms", diff --git a/pms/static/description/index.html b/pms/static/description/index.html index 3ae6209ec..1363a822d 100644 --- a/pms/static/description/index.html +++ b/pms/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:19245f0fc04f0ecfddbe2502b73ecf53f919ae2cd7003a5010df4fd00f1b6063 +!! source digest: sha256:c05261c78fb04426e7b429f90867539b8393106f8a7e1f8c194fce5c1431c1f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module is an all-in-one property management system (PMS) focused on medium-sized properties @@ -438,7 +439,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-
+
+
+
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.