From 10e827bd46694e2a1273736d2c0337ecfd256f95 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Jul 2024 18:47:04 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 ++++- disable_odoo_online/README.rst | 11 ++++------ .../static/description/index.html | 22 +++++++++---------- setup/_metapackage/pyproject.toml | 11 ++++++++++ 4 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index 698e85e..a20d8ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ Modules to help remove Odoo branding and advertising. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[disable_odoo_online](disable_odoo_online/) | 17.0.1.0.0 | | Remove odoo.com Bindings [//]: # (end addons) diff --git a/disable_odoo_online/README.rst b/disable_odoo_online/README.rst index 740da0e..156e78c 100644 --- a/disable_odoo_online/README.rst +++ b/disable_odoo_online/README.rst @@ -7,7 +7,7 @@ Remove odoo.com Bindings !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:778b7d9984ee7dfa7e3b47cdd9ecf6ed00eb8eaf0e76b6bbf51877485b02484b + !! source digest: sha256:275c91041814b41930927bd0e2a89ef1996091ff52075a7016db7102b54113c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -69,14 +69,11 @@ Contributors - Holger Brunn - Stefan Rijnhart -- Sylvain LE GAL - (`https://twitter.com/legalsylvain `__) +- Sylvain LE GAL (https://twitter.com/legalsylvain) - Hieu, Vo Minh Bao -- Lorenzo Battistini - <`https://github.com/eLBati `__> +- Lorenzo Battistini - Dennis Sluijk -- Dhara Solanki - (`http://www.initos.com `__) +- Dhara Solanki (http://www.initos.com) - Vincent Hatakeyama Maintainers diff --git a/disable_odoo_online/static/description/index.html b/disable_odoo_online/static/description/index.html index 31f23a2..fc6ef46 100644 --- a/disable_odoo_online/static/description/index.html +++ b/disable_odoo_online/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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Remove odoo.com Bindings

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:778b7d9984ee7dfa7e3b47cdd9ecf6ed00eb8eaf0e76b6bbf51877485b02484b +!! source digest: sha256:275c91041814b41930927bd0e2a89ef1996091ff52075a7016db7102b54113c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module deactivates all bindings to odoo.com that come with the @@ -415,21 +416,20 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000..7d1df8b --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-server-brand" +version = "17.0.20240719.0" +dependencies = [ + "odoo-addon-disable_odoo_online>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]